Merge pull request #1244 from Azaezel/alpha41/serverGroupFix

fix serverGroup not being created
This commit is contained in:
Brian Roberts 2024-03-24 22:07:55 -05:00 committed by GitHub
commit 2aeebbe4c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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