@@ -36,15 +36,7 @@
|
||||
this.a = b(s);
|
||||
}
|
||||
|
||||
@@ -246,14 +246,14 @@
|
||||
this.a(((CommandListenerWrapper) commandcontext.getSource()).getServer());
|
||||
}
|
||||
|
||||
- protected void a(@Nullable MinecraftServer minecraftserver) {
|
||||
+ public void a(@Nullable MinecraftServer minecraftserver) { // PAIL - private->public
|
||||
if (minecraftserver != null) {
|
||||
this.a.c.accept(minecraftserver, this.e());
|
||||
}
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
}
|
||||
|
||||
@@ -56,7 +48,7 @@
|
||||
@@ -283,7 +283,7 @@
|
||||
}
|
||||
|
||||
public T a() {
|
||||
public T getValue() {
|
||||
- return (GameRules.GameRuleValue) this.b.apply(this);
|
||||
+ return this.b.apply(this); // CraftBukkit - decompile error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user