diff options
Diffstat (limited to 'src/screen/world.c')
| -rw-r--r-- | src/screen/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen/world.c b/src/screen/world.c index a37da1b..022a30d 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -440,8 +440,6 @@ void stoptWorld() hot_key_unregister(SDLK_ESCAPE); arena_quit(); - net_multiplayer_quit(); - if (arena != NULL) { arena_destroy(arena); } @@ -470,6 +468,8 @@ void stoptWorld() module_quit(); chat_quit(); id_quit_list(); + + net_multiplayer_quit(); } void world_init() |