diff options
Diffstat (limited to 'MCServer/Plugins/Core/stop.lua')
-rw-r--r-- | MCServer/Plugins/Core/stop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/Core/stop.lua b/MCServer/Plugins/Core/stop.lua index 0a06fc7d3..1240c49d8 100644 --- a/MCServer/Plugins/Core/stop.lua +++ b/MCServer/Plugins/Core/stop.lua @@ -1,6 +1,6 @@ function HandleStopCommand( Split, Player )
Server = cRoot:Get():GetServer()
Server:SendMessage( cChatColor.Green .. "Stopping the server..." )
- cRoot:Get():ServerCommand("stop")
+ cRoot:Get():QueueExecuteConsoleCommand("stop")
return true
end
\ No newline at end of file |