From 07aced2641e1db360fe2435cc985785632c0114e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 29 Dec 2020 14:34:01 -0300 Subject: LOGOUT packet has no reply, so do not wait for it when closing the app. --- game/script.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/script.rpy') 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 -- cgit v1.2.3-70-g09d2