mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Removed a debug comment.
This commit is contained in:
@@ -846,7 +846,6 @@ public class PlayerControllerAi extends PlayerController {
|
||||
@Override
|
||||
public void resetAtEndOfTurn() {
|
||||
// TODO - if card memory is ever used to remember something for longer than a turn, make sure it's not reset here.
|
||||
System.out.println("Clearing memory.");
|
||||
getAi().getCardMemory().clearAllRemembered();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user