@@ -362,7 +362,6 @@ void Dictionary::remove(Dictionary::Entry *ent)
*walk = (ent->nextEntry);
- destructInPlace(ent);
hashTable->mChunker.free(ent);
hashTable->count--;
@@ -169,6 +169,8 @@ function createServer(%serverType, %levelAsset)
schedule(0,0,startHeartbeat);
}
+ new SimGroup(ServerGroup);
+
moduleExec("onCreateGameServer", "Core");
moduleExec("onCreateGameServer", "Game");