12906c026d
git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6
6 lines
217 B
Lua
6 lines
217 B
Lua
function HandleReloadCommand( Split, Player )
|
|
Server = cRoot:Get():GetServer()
|
|
Server:SendMessage( cChatColor.Green .. "Reloading all plugins." )
|
|
cRoot:Get():GetPluginManager():ReloadPlugins()
|
|
return true
|
|
end |