mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
This removes some boilerplate code we need in every command to do this ourselves. See #65
5 lines
111 B
Lua
5 lines
111 B
Lua
required_rank = GM_RANK_DEBUG
|
|
|
|
function onCommand(args, player)
|
|
player:set_classjob(tonumber(args[1]))
|
|
end
|