mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fix Mindslaver so you can actually take actions for your opponent
This commit is contained in:
@@ -35,7 +35,7 @@ public class LobbyPlayerRemote extends LobbyPlayer implements IGameEntitiesFacto
|
||||
* @see forge.game.player.LobbyPlayer#createControllerFor(forge.game.player.Player)
|
||||
*/
|
||||
@Override
|
||||
public PlayerController createControllerFor(Player p) {
|
||||
public PlayerController createMindSlaveController(Player master, Player slave) {
|
||||
// Cannot create remote players yet
|
||||
throw new UnsupportedOperationException("method is not implemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user