diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-29 16:01:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-29 16:01:35 -0300 |
commit | 879b47781af227aac2fcf0a8348e720671ea89f6 (patch) | |
tree | 6bfeec3e68a92cd933622a7b89d94e789b81d8f2 /game | |
parent | 5142ec1f1ae375ef345bde1f16f1e408d4a970ca (diff) | |
download | client-879b47781af227aac2fcf0a8348e720671ea89f6.tar.gz client-879b47781af227aac2fcf0a8348e720671ea89f6.tar.bz2 client-879b47781af227aac2fcf0a8348e720671ea89f6.tar.xz client-879b47781af227aac2fcf0a8348e720671ea89f6.zip |
Be less spammy when receiving packets
Diffstat (limited to 'game')
-rw-r--r-- | game/02_init.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/02_init.rpy b/game/02_init.rpy index d335b75..b3720f5 100644 --- a/game/02_init.rpy +++ b/game/02_init.rpy @@ -45,7 +45,7 @@ init -1 python: def json_decode(raw): global ERRNO - stdout("Decoder received %s" % repr(raw)) + #stdout("Decoder received %s" % repr(raw)) if (check_fail(raw)): return ERR_LOGIN_DEFAULT |