diff options
Diffstat (limited to 'src/game/client/game_client.cpp')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 2c793e35..8b6231b5 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2751,6 +2751,8 @@ extern "C" void modc_connected() killmsgs[i].tick = -100000; send_info(true); + + config.ui_page = 5; } extern "C" const char *modc_net_version() { return TEEWARS_NETVERSION; } |