allow guests correctly
This commit is contained in:
parent
4b7df3c860
commit
22e0d77817
@ -118,6 +118,10 @@ local function canvisit(hostname, guestname)
|
||||
|
||||
if explicitly_banned or explicitly_banned_from_town then
|
||||
return false
|
||||
|
||||
elseif host_glist[guestname] == GUEST_ALLOW then
|
||||
return true
|
||||
|
||||
elseif open_town then
|
||||
return true
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user