mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
10 lines
203 B
Lua
10 lines
203 B
Lua
|
required_rank = GM_RANK_DEBUG
|
||
|
command_sender = "[teri] "
|
||
|
|
||
|
function onCommand(args, player)
|
||
|
local id = args[1]
|
||
|
|
||
|
player:change_territory(id)
|
||
|
printf(player, "Changing territory to %s.", id)
|
||
|
end
|