diff options
Diffstat (limited to 'src/base/proto.c')
| -rw-r--r-- | src/base/proto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/proto.c b/src/base/proto.c index 5097146..304eff8 100644 --- a/src/base/proto.c +++ b/src/base/proto.c @@ -25,6 +25,7 @@ #include "screen_setting.h" #include "screen_choiceArena.h" #include "screen_analyze.h" +#include "screen_downArena.h" #include "client.h" #include "term.h" #include "radar.h" @@ -379,7 +380,7 @@ void proto_recv_init_client(char *msg) } proto_send_check_client(check_id); - + if( getCurrentArena() != NULL ) { return; |