From 168f6799db56f08fce2cd6fa6e7d79a65d2778c8 Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 16 Oct 2017 20:38:46 -0700 Subject: [PATCH] Tiger --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 09ca43093dc..f3b45e343a1 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -242,7 +242,7 @@ else if(task == "permissions") if(!D) return - while (TRUE) + while(TRUE) var/list/permissionlist = list() for(var/i=1, i<=R_MAXPERMISSION, i<<=1) //that <<= is shorthand for i = i << 1. Which is a left bitshift permissionlist[rights2text(i)] = i