- HumanPlayer wasn't saved apparently.

This commit is contained in:
Sol
2011-08-22 03:39:34 +00:00
parent 8451aa99a4
commit a3b5f9eb45

View File

@@ -66,11 +66,6 @@ public class HumanPlayer extends Player {
return false;
}
/** {@inheritDoc} */
public boolean isPlayer(Player p1) {
return p1 != null && p1.getName().equals(this.name);
}
///////////////
///
/// End transition methods