project: Revvvvvvvvvvvvv
This commit is contained in:
@@ -2,7 +2,7 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("nm")
|
||||
@ObfuscatedName("nl")
|
||||
@Implements("ByteArrayNode")
|
||||
public class ByteArrayNode extends Node {
|
||||
@ObfuscatedName("c")
|
||||
@@ -10,6 +10,6 @@ public class ByteArrayNode extends Node {
|
||||
public byte[] byteArray;
|
||||
|
||||
public ByteArrayNode(byte[] var1) {
|
||||
this.byteArray = var1;
|
||||
}
|
||||
this.byteArray = var1; // L: 7
|
||||
} // L: 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user