mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
clean up ServerAssetValidator when closing server
This commit is contained in:
parent
27b6973da0
commit
268603f36c
|
|
@ -289,6 +289,9 @@ function onServerDestroyed()
|
|||
if ($Pref::Server::EnableDatablockCache)
|
||||
resetDatablockCache();
|
||||
DatablockFilesList.empty();
|
||||
|
||||
if (isObject(ServerAssetValidator))
|
||||
ServerAssetValidator.delete();
|
||||
}
|
||||
|
||||
/// Guid list maintenance functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue