mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Revert change not meant to be committed
This commit is contained in:
@@ -38,9 +38,9 @@ public abstract class AchievementCollection implements Iterable<Achievement> {
|
||||
|
||||
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
|
||||
/*if (controller.hasCheated() || MatchUtil.getHumanCount() != 1) {
|
||||
if (controller.hasCheated() || MatchUtil.getHumanCount() != 1) {
|
||||
return;
|
||||
}*/
|
||||
}
|
||||
|
||||
final IGuiBase gui = controller.getGui();
|
||||
final Game game = controller.getGame();
|
||||
|
||||
Reference in New Issue
Block a user