mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
4 lines
88 B
Lua
4 lines
88 B
Lua
function canJoin(player)
|
|
return player:getAccountType() >= ACCOUNT_TYPE_GAMEMASTER
|
|
end
|