mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Partially refactored RawModel
This commit is contained in:
parent
3531b1c57c
commit
d3265b6ae6
13 changed files with 1164 additions and 1116 deletions
|
|
@ -868,7 +868,7 @@ public final class Component {
|
|||
if (local10 == 1) {
|
||||
local61 = (Model) models.get((long) ((local10 << 16) + local13));
|
||||
if (local61 == null) {
|
||||
@Pc(69) RawModel local69 = Static77.create(InterfaceList.aClass153_85, local13);
|
||||
@Pc(69) RawModel local69 = RawModel.create(InterfaceList.aClass153_85, local13);
|
||||
if (local69 == null) {
|
||||
Static211.aBoolean72 = true;
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue