From 4489736be4518b90e65e97c9c0b0bc7a8278fe99 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Thu, 16 Jun 2022 14:16:33 +0200 Subject: [PATCH] Fixes the New Rank button --- 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 c82ea1c80ad..3a8b32585af 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -151,7 +151,7 @@ switch(new_rank) if(null,"") return if("*New Rank*") - new_rank = input(usr, "Please input a new rank", "New custom rank", null, null) as null|text + new_rank = input(usr, "Please input a new rank", "New custom rank") as null|text if(config.admin_legacy_system) new_rank = ckeyEx(new_rank) if(!new_rank)