mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Also updated folder path in scriptmanager
This commit is contained in:
parent
89f4fe6f48
commit
167f0282a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue