runescape-client: fix the thing
This commit is contained in:
@@ -10,6 +10,6 @@ public class ObjectNode extends Node {
|
||||
public final Object obj;
|
||||
|
||||
public ObjectNode(Object var1) {
|
||||
this.obj = var1;
|
||||
}
|
||||
this.obj = var1; // L: 7
|
||||
} // L: 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user