diff --git a/Source/Server/Main.c b/Source/Server/Main.c index 5ae27d1a..7139d91e 100755 --- a/Source/Server/Main.c +++ b/Source/Server/Main.c @@ -256,7 +256,15 @@ worldspawn It's the map entity, literally ================= */ +int g_initialized; + void worldspawn( void ) { + + if (g_initialized) { + return; + } + g_initialized = TRUE; + int iMOTDLines = 0; // Let's load materials.txt because someone thought this was the best idea