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