Various Fixes

This commit is contained in:
Casey
2022-06-17 20:01:03 -04:00
committed by CHOMPStation2
parent 1740fb34de
commit c1187d1942
4 changed files with 32 additions and 4 deletions

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)