Tweak previous fix

This commit is contained in:
drdev
2014-09-19 21:52:21 +00:00
parent 1d5c552bd9
commit d7d20925f3
3 changed files with 2 additions and 7 deletions

View File

@@ -291,8 +291,4 @@ public abstract class PlayerController {
public boolean canPlayUnlimitedLands() {
return false;
}
public boolean hasCheated() {
return false;
}
}