diff --git a/src/bzflag/playing.cxx b/src/bzflag/playing.cxx index 68d11564c9..d62abcca87 100644 --- a/src/bzflag/playing.cxx +++ b/src/bzflag/playing.cxx @@ -1836,6 +1836,7 @@ static void loadCachedWorld() { delete world; world = NULL; + World::setWorld(world); } if (!worldBuilder->unpack(localWorldDatabase)) {