runescape-client: fix the thing

This commit is contained in:
ThatGamerBlue
2020-12-11 06:14:29 +00:00
parent f74baf08ce
commit 463bc42f5f
325 changed files with 35526 additions and 35531 deletions

View File

@@ -98,7 +98,7 @@ public final class GameObject {
int flags;
GameObject() {
this.tag = 0L;
this.flags = 0;
}
this.tag = 0L; // L: 16
this.flags = 0; // L: 17
} // L: 19
}