From a272b806dae3613a400d65ef8faf84aa19449d9a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Dec 2020 00:45:59 -0300 Subject: Fix a bug on send_packet --- game/04_init.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/04_init.rpy b/game/04_init.rpy index 5593b60..af8b005 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -160,8 +160,7 @@ init python: global tr_cmd, tr_busy, tr_load schedule_packet() send_packet_now(packet, args) - tr_val = wait_packet() - return + return wait_packet() # In past, this would keep running, in hopes of catching the program quit # and being able to kill the threads... But well, it worked poorly. -- cgit v1.2.3-70-g09d2