Fixed some parser things

This commit is contained in:
Luca Carnegie
2019-05-28 23:28:34 -04:00
parent 5ba426b51b
commit 2d40e5954a
3 changed files with 15 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ class CommandWords {
return false;
}
}
// Check if given string is direction
// Check if given string is a direction
public static boolean isDirection(String aString) {
try {
return m_words.get(aString).equals("direction");