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

Also updated folder path in scriptmanager

This commit is contained in:
Mordred 2017-08-29 23:24:05 +02:00
parent 89f4fe6f48
commit 167f0282a8

View file

@ -174,7 +174,7 @@ int Core::Scripting::ScriptManager::init()
std::set< std::string > chaiFiles;
g_log.info( "ScriptEngine: Loading Scripts..." );
loadDir( "scripts/chai", chaiFiles );
loadDir( "../scripts/chai", chaiFiles );
uint16_t scriptCount = 0;
uint16_t errorCount = 0;