summaryrefslogtreecommitdiffstats
path: root/Plugins/Core/stop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/Core/stop.lua')
-rw-r--r--Plugins/Core/stop.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/Plugins/Core/stop.lua b/Plugins/Core/stop.lua
deleted file mode 100644
index 0a06fc7d3..000000000
--- a/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():ServerCommand("stop")
- return true
-end \ No newline at end of file