2019-01-16 17:16:38 -05:00

4 lines
88 B
Lua

function canJoin(player)
return player:getAccountType() >= ACCOUNT_TYPE_GAMEMASTER
end