mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #160 from Azaezel/alpha40_dbClear
make sure we're working with a clean slate each datablock load cycle
This commit is contained in:
commit
4774226d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ function onServerCreated()
|
||||||
physicsInitWorld( "server" );
|
physicsInitWorld( "server" );
|
||||||
|
|
||||||
physicsStartSimulation("server");
|
physicsStartSimulation("server");
|
||||||
|
DatablockFilesList.clear();
|
||||||
loadDatablockFiles( DatablockFilesList, true );
|
loadDatablockFiles( DatablockFilesList, true );
|
||||||
|
|
||||||
callOnModules("onServerScriptExec", "Core");
|
callOnModules("onServerScriptExec", "Core");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue