Fix wrong class names

This commit is contained in:
Lucas
2019-07-05 00:37:55 +02:00
parent a8d801d830
commit 6cfc662cd8
15 changed files with 129 additions and 101 deletions

View File

@@ -169,7 +169,8 @@ public class NodeDeque {
@ObfuscatedSignature(
signature = "(Lgw;Lgw;)V"
)
public static void method5270(Node var0, Node var1) {
@Export("NodeDeque_addBefore")
public static void NodeDeque_addBefore(Node var0, Node var1) {
if (var0.next != null) {
var0.remove();
}