diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/script.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/script.rpy b/game/script.rpy index ddfcfba..4e26c42 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -211,7 +211,7 @@ label quit: # If needed, logout try: token=Player["token"] - send_packet("logout") + send_packet_now("logout") del Player except: pass |