mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
fix debug console command : kill
This commit is contained in:
@@ -247,7 +247,7 @@ function COMMAND.mem(ti)
|
||||
end
|
||||
|
||||
function COMMAND.kill(address)
|
||||
return skynet.call(".launcher", "lua", "KILL", address)
|
||||
return skynet.call(".launcher", "lua", "KILL", adjust_address(address))
|
||||
end
|
||||
|
||||
function COMMAND.gc(ti)
|
||||
|
||||
Reference in New Issue
Block a user