From 74289dc27618910636f975451a8a1eb929f7cbde Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:15:15 +1200 Subject: [PATCH] fix character switch --- DreamTown/cgi-bin/character/switch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DreamTown/cgi-bin/character/switch b/DreamTown/cgi-bin/character/switch index 5567cbe..94d1061 100644 --- a/DreamTown/cgi-bin/character/switch +++ b/DreamTown/cgi-bin/character/switch @@ -49,4 +49,6 @@ except Exception as e: print(e) os._exit() -print(json.dumps(result)) \ No newline at end of file +#print(json.dumps(result)) +#For some reason, on this request only responding '{"status":1}' or any JSON with a string as a key, Crashes paper mario (erh dream town) +print("") #print nothing instead.. temporary fix (tho the client never uses the status code to check anything .. it still does assign it to a variable) \ No newline at end of file