mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-13 07:07:45 +00:00
5 lines
101 B
Lua
5 lines
101 B
Lua
|
function onCommand(args, player)
|
||
|
local parts = split(args)
|
||
|
player:set_classjob(parts[1])
|
||
|
end
|