project: Revvvvvvvvvvvvv

This commit is contained in:
Owain van Brakel
2022-02-09 13:21:03 +01:00
parent e91fc1a16a
commit e505012bff
474 changed files with 69930 additions and 69430 deletions

View File

@@ -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
}