1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 01:07:47 +00:00

my spacebar died for my sins

This commit is contained in:
GokuWeedLord 2017-12-14 23:11:29 +11:00
parent 7df77ae520
commit b6730df029

View file

@ -595,7 +595,7 @@ void Core::DebugCommandHandler::script( char* data, Entity::Player &player, boos
player.sendDebug( "Command failed: requires name of script to reload" );
else
{
g_scriptMgr.getNativeScriptHandler( ).queueScriptReload( params );
g_scriptMgr.getNativeScriptHandler().queueScriptReload( params );
player.sendDebug( "Queued script reload for script: " + params );
}
}