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:
parent
7df77ae520
commit
b6730df029
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue