fix serverGroup not being created

This commit is contained in:
AzaezelX 2024-03-24 19:44:44 -05:00
parent 15971185ee
commit 563912c181

View file

@ -169,6 +169,8 @@ function createServer(%serverType, %levelAsset)
schedule(0,0,startHeartbeat);
}
new SimGroup(ServerGroup);
moduleExec("onCreateGameServer", "Core");
moduleExec("onCreateGameServer", "Game");