From b3bf2276ff24ce6d8f0fd78da8b7b6b8b52aba4d Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 3 Nov 2017 14:23:15 -0400 Subject: [PATCH] Merge pull request #32384 from McBawbaggings/tgfix Hopefully fixes guest accounts being able to log in --- code/modules/admin/IsBanned.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index af3d1c5375..9c1acca6eb 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -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