1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

delete unloaded scripts

This commit is contained in:
Adam 2017-12-27 18:53:45 +11:00
parent 2868bfc69f
commit d390d594ac

View file

@ -145,6 +145,8 @@ namespace Core {
default:
continue;
}
delete script;
}
return m_loader.unloadScript( info );