mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Uncomment hasCheated check that was mistakenly committed
This commit is contained in:
@@ -1345,7 +1345,7 @@ public class PlayerControllerHuman extends PlayerController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateAchievements() {
|
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
|
//update all achievements for GUI player after game finished
|
||||||
ThreadUtil.invokeInGameThread(new Runnable() {
|
ThreadUtil.invokeInGameThread(new Runnable() {
|
||||||
|
|||||||
Reference in New Issue
Block a user