Commit 9013d490 authored by drallensmith's avatar drallensmith

Prevent endless loop after server exit for high_level_custom_agent.py

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