mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1244 from Azaezel/alpha41/serverGroupFix
fix serverGroup not being created
This commit is contained in:
commit
2aeebbe4c4
|
|
@ -169,6 +169,8 @@ function createServer(%serverType, %levelAsset)
|
|||
schedule(0,0,startHeartbeat);
|
||||
}
|
||||
|
||||
new SimGroup(ServerGroup);
|
||||
|
||||
moduleExec("onCreateGameServer", "Core");
|
||||
moduleExec("onCreateGameServer", "Game");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue