diff options
Diffstat (limited to 'client.py')
-rw-r--r-- | client.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -141,6 +141,10 @@ def pygame_notes(): thread.interrupt_main() pygame.quit() exit() + elif ev.type == pygame.QUIT: + thread.interrupt_main() + pygame.quit() + exit() clock.tick(60) |