Fixed crash when closing the worldmap sometimes

This commit is contained in:
Pazaz 2022-05-05 12:11:40 -04:00
parent 8dc27ef51e
commit 77bfb744bc
23 changed files with 111 additions and 108 deletions

View file

@ -5,6 +5,8 @@ import org.openrs2.deob.annotation.OriginalMember;
import org.openrs2.deob.annotation.Pc;
public class MaterialManager {
public static final int WATER = 4;
@OriginalMember(owner = "client!dl", name = "c", descriptor = "I")
public static int currentType = 0;
@OriginalMember(owner = "client!je", name = "R", descriptor = "Z")