mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Code cleanup
This commit is contained in:
@@ -2948,7 +2948,6 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
* @param tempController
|
||||
*/
|
||||
public void runWithController(Runnable proc, PlayerController tempController) {
|
||||
|
||||
PlayerController oldController = controller;
|
||||
controller = tempController;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user