Fixes the New Rank button

This commit is contained in:
ItsSelis
2022-06-16 14:16:33 +02:00
parent cd049a32f1
commit 4489736be4
+1 -1
View File
@@ -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)