Revert change not meant to be committed

This commit is contained in:
drdev
2014-09-27 19:56:34 +00:00
parent 84f564b65e
commit 35a31fc2d3

View File

@@ -38,9 +38,9 @@ public abstract class AchievementCollection implements Iterable<Achievement> {
public static void updateAll(PlayerControllerHuman controller) { public static void updateAll(PlayerControllerHuman controller) {
//don't update achievements if player cheated during game or if it's not just a single human player //don't update achievements if player cheated during game or if it's not just a single human player
/*if (controller.hasCheated() || MatchUtil.getHumanCount() != 1) { if (controller.hasCheated() || MatchUtil.getHumanCount() != 1) {
return; return;
}*/ }
final IGuiBase gui = controller.getGui(); final IGuiBase gui = controller.getGui();
final Game game = controller.getGame(); final Game game = controller.getGame();