fix conflicts

This commit is contained in:
jslightham
2019-05-29 12:55:16 -04:00
2 changed files with 8 additions and 1 deletions

View File

@@ -108,4 +108,6 @@ class Command {
public boolean hasEnemy() {
return !enemy.equals("");
}
}