mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- HumanPlayer wasn't saved apparently.
This commit is contained in:
@@ -66,11 +66,6 @@ public class HumanPlayer extends Player {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
|
||||||
public boolean isPlayer(Player p1) {
|
|
||||||
return p1 != null && p1.getName().equals(this.name);
|
|
||||||
}
|
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
///
|
///
|
||||||
/// End transition methods
|
/// End transition methods
|
||||||
|
|||||||
Reference in New Issue
Block a user