Commit 16dabd07 authored by Matthew Hausknecht's avatar Matthew Hausknecht

And now with correct list access...

parent c0999357
......@@ -147,7 +147,7 @@ class HFOEnvironment(object):
def actionToString(self, action):
""" Returns a string representation of an action """
return ACTION_STRINGS(action)
return ACTION_STRINGS[action]
def statusToString(self, status):
""" Returns a string representation of a game status """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment