Core: fixed old API
git-svn-id: http://mc-server.googlecode.com/svn/trunk@535 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
1d6c55afcc
commit
4ea767f39b
|
@ -1,5 +1,5 @@
|
|||
function HandleRequest_PlayerList( Request )
|
||||
local World = cRoot:Get():GetWorld()
|
||||
local World = cRoot:Get():GetDefaultWorld()
|
||||
local Content = ""
|
||||
|
||||
if( Request.Params["playerlist-kick"] ~= nil ) then
|
||||
|
|
Loading…
Reference in New Issue