Update to mc-dev rename revision 01
This commit is contained in:
@@ -36,7 +36,7 @@ public class ItemInWorldManager {
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
public void a(int i) {
|
||||
public void setGameMode(int i) {
|
||||
this.c = i;
|
||||
if (i == 0) {
|
||||
this.player.abilities.canFly = false;
|
||||
@@ -50,7 +50,7 @@ public class ItemInWorldManager {
|
||||
}
|
||||
}
|
||||
|
||||
public int a() {
|
||||
public int getGameMode() {
|
||||
return this.c;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ public class ItemInWorldManager {
|
||||
this.c = i;
|
||||
}
|
||||
|
||||
this.a(this.c);
|
||||
this.setGameMode(this.c);
|
||||
}
|
||||
|
||||
public void c() {
|
||||
|
||||
Reference in New Issue
Block a user