diff options
-rw-r--r-- | game/script.rpy | 10 |
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 |