clean up ServerAssetValidator when closing server

This commit is contained in:
AzaezelX 2023-09-27 15:45:31 -05:00 committed by Brian Roberts
parent 27b6973da0
commit 268603f36c

View file

@ -289,6 +289,9 @@ function onServerDestroyed()
if ($Pref::Server::EnableDatablockCache)
resetDatablockCache();
DatablockFilesList.empty();
if (isObject(ServerAssetValidator))
ServerAssetValidator.delete();
}
/// Guid list maintenance functions