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