summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 00:28:53 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 00:28:53 -0300
commitddba5dd8d23a0e0c8cdfab9655c024b4cb81c151 (patch)
tree5c0562b817811084834f6a34af6b64403331ae43
parent9ca52755356a90b43679545d6e2423a054cd5ccd (diff)
downloadclient-ddba5dd8d23a0e0c8cdfab9655c024b4cb81c151.tar.gz
client-ddba5dd8d23a0e0c8cdfab9655c024b4cb81c151.tar.bz2
client-ddba5dd8d23a0e0c8cdfab9655c024b4cb81c151.tar.xz
client-ddba5dd8d23a0e0c8cdfab9655c024b4cb81c151.zip
Remove an old developer debug menu
-rw-r--r--game/script.rpy10
1 files changed, 0 insertions, 10 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 5752f44..1b3aad8 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -64,16 +64,6 @@ label start:
$ password=persistent.password
$ email=""
- if config.developer:
- menu:
- "tr_load is [tr_load]\ntr_busy is [tr_busy]"
- "Send ping":
- $ send_packet('PING')
- "Send malformatted packet":
- $ send_packet('TOKEN;PACKET;')
- "Send invalid packet":
- $ send_packet('INVALID PACKET')
-
# Check if we need to register
if persistent.password is None:
call screen welcome