Update to mc-dev rename revision 01

This commit is contained in:
Nathan Adams
2012-01-12 15:27:39 +00:00
parent 7f079a0cd6
commit 897551e39e
59 changed files with 246 additions and 250 deletions

View File

@@ -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() {