Merge pull request #32384 from McBawbaggings/tgfix
Hopefully fixes guest accounts being able to log in
This commit is contained in:
committed by
CitadelStationBot
parent
910e6b6396
commit
b3bf2276ff
@@ -6,7 +6,7 @@
|
||||
#define STICKYBAN_MAX_EXISTING_USER_MATCHES 5 //ie, users who were connected before the ban triggered
|
||||
#define STICKYBAN_MAX_ADMIN_MATCHES 2
|
||||
|
||||
/world/IsBanned(key,address,computer_id,real_bans_only=FALSE)
|
||||
/world/IsBanned(key,address,computer_id,type,real_bans_only=FALSE)
|
||||
if (!key || !address || !computer_id)
|
||||
if(real_bans_only)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user