Better fix for manapool payment

This commit is contained in:
tool4EvEr
2021-06-04 20:25:05 +02:00
parent a3646e83c8
commit ba9b4617f7
2 changed files with 12 additions and 6 deletions

View File

@@ -2170,8 +2170,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
public IDevModeCheats cheat() {
if (cheats == null) {
cheats = new DevModeCheats();
// TODO: In Network game, inform other players that this player is
// cheating
// TODO: In Network game, inform other players that this player is cheating
}
return cheats;
}