From 8c0b1d8755b41ca7cbd6babe70e1106cb42c3a4e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Dec 2020 21:24:29 -0300 Subject: Error is more likely fault of call_screen I hope? --- game/04_init.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game') diff --git a/game/04_init.rpy b/game/04_init.rpy index 69d9e34..edb5e16 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -32,7 +32,8 @@ init python: "{b}SERVER NOTICE{b}\n\n%s" % str(":".join(command.split(':')[1:]))) return except: - pass + stdout("Error displaying SERVNOTICE") + return # Inform whatever is waiting for us that a reply was obtained tr_load=True -- cgit v1.2.3-70-g09d2