Fix Fly and GameMode

This commit is contained in:
Xephi59
2015-07-09 18:04:43 +02:00
parent 1b9f4e7141
commit 7a4550246f
10 changed files with 59 additions and 63 deletions
@@ -13,7 +13,7 @@ public class CitizensCommunicator {
this.instance = instance;
}
public boolean isNPC(final Entity player, AuthMe instance) {
public boolean isNPC(final Entity player) {
if (!this.instance.isCitizensActive)
return false;
try {