Commit b7f3cdfa authored by drallensmith's avatar drallensmith

Prevent endless loop after server exit for high_level_custom_agent.py

parent aa17b187
...@@ -86,7 +86,7 @@ def main(): ...@@ -86,7 +86,7 @@ def main():
#print(status) #print(status)
if status == SERVER_DOWN: if status == SERVER_DOWN:
hfo_env.act(QUIT) hfo_env.act(QUIT)
break exit()
if __name__ == '__main__': if __name__ == '__main__':
......
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