Remove invalid/add missing Export annotations
This commit is contained in:
@@ -11,7 +11,6 @@ public final class BoundaryObject {
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lho;"
|
||||
)
|
||||
@Export("__ej_jv")
|
||||
static Widget __ej_jv;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
@@ -78,6 +77,7 @@ public final class BoundaryObject {
|
||||
signature = "(Ljava/lang/String;B)V",
|
||||
garbageValue = "103"
|
||||
)
|
||||
@Export("doCheat")
|
||||
static final void doCheat(String var0) {
|
||||
if(var0.equalsIgnoreCase("toggleroof")) {
|
||||
ReflectionCheck.clientPreferences.roofsHidden = !ReflectionCheck.clientPreferences.roofsHidden;
|
||||
|
||||
Reference in New Issue
Block a user