mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Better fix for manapool payment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user