From ddba5dd8d23a0e0c8cdfab9655c024b4cb81c151 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Dec 2020 00:28:53 -0300 Subject: Remove an old developer debug menu --- game/script.rpy | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'game') 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 -- cgit v1.2.3-70-g09d2