mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
make sure we're working with a clean slate each datablock load cycle to prevent wierd order confusion
This commit is contained in:
parent
72b489fe25
commit
83ad320886
|
|
@ -201,7 +201,7 @@ function onServerCreated()
|
|||
physicsInitWorld( "server" );
|
||||
|
||||
physicsStartSimulation("server");
|
||||
|
||||
DatablockFilesList.clear();
|
||||
loadDatablockFiles( DatablockFilesList, true );
|
||||
|
||||
callOnModules("onServerScriptExec", "Core");
|
||||
|
|
|
|||
Loading…
Reference in a new issue