Prevent updating achievements for a game where the user cheated using Dev mode functions

This commit is contained in:
drdev
2014-09-19 21:50:13 +00:00
parent 4cb64a18aa
commit 1d5c552bd9
3 changed files with 12 additions and 5 deletions

View File

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