Uncomment hasCheated check that was mistakenly committed

This commit is contained in:
drdev
2014-09-21 18:50:35 +00:00
parent ce00d3159a
commit c9709a21f2

View File

@@ -1345,7 +1345,7 @@ public class PlayerControllerHuman extends PlayerController {
}
public void updateAchievements() {
//if (hasCheated()) { return; } //don't update achievements if player cheated during game
if (hasCheated()) { return; } //don't update achievements if player cheated during game
//update all achievements for GUI player after game finished
ThreadUtil.invokeInGameThread(new Runnable() {