aae46468c7
changed back the stop.lua git-svn-id: http://mc-server.googlecode.com/svn/trunk@1312 0a769ca7-a7f5-676a-18bf-c427514a06d6
6 lines
202 B
Lua
6 lines
202 B
Lua
function HandleStopCommand( Split, Player )
|
|
Server = cRoot:Get():GetServer()
|
|
Server:SendMessage( cChatColor.Green .. "Stopping the server..." )
|
|
cRoot:Get():ServerCommand("stop")
|
|
return true
|
|
end |