Skip to content

Commit

Permalink
changed direction to _direction
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Dec 7, 2023
1 parent ca93927 commit b3f0103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacai/core/agentstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ def __str__(self):
scaredString = '!'

return "%s%s: Position: %s, Direction: %s" % (typeString, scaredString,
str(self._position), str(self.direction))
str(self._position), str(self._direction))

0 comments on commit b3f0103

Please sign in to comment.