diff options
Diffstat (limited to 'game/script.rpy')
-rw-r--r-- | game/script.rpy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/script.rpy b/game/script.rpy index ad0ced0..4bd7081 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -243,8 +243,6 @@ label quit: pass # Data cleaned up - # Destroy the socket - $ persistent.ws = None $ print("Sockets closed and data flushed!") return |