mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Partially refactored RawModel
This commit is contained in:
parent
3531b1c57c
commit
d3265b6ae6
13 changed files with 1164 additions and 1116 deletions
|
|
@ -28,7 +28,7 @@ public class HintArrowManager {
|
|||
@Pc(4) long local4 = (long) arg2;
|
||||
@Pc(10) Model local10 = (Model) HINT_ARROWS.get(local4);
|
||||
if (local10 == null) {
|
||||
@Pc(22) RawModel local22 = Static77.create(client.js5Archive7, arg2);
|
||||
@Pc(22) RawModel local22 = RawModel.create(client.js5Archive7, arg2);
|
||||
if (local22 == null) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue