diff --git a/code/modules/admin/holder2.dm b/code/modules/admin/holder2.dm index 6dc0d0aaedf..89ec19d7158 100644 --- a/code/modules/admin/holder2.dm +++ b/code/modules/admin/holder2.dm @@ -139,7 +139,8 @@ GLOBAL_PROTECT(href_token) return else if (blocked_by_2fa) - sync_lastadminrank(client.ckey, client.key) + //previously blocked by 2fa but has now verified, sync the lastadminrank column on the player table. + sync_lastadminrank(client.ckey, client.key, src) blocked_by_2fa = FALSE