Tweaks some admin verbs (#30219)

* pretty

* this as well

* no need to use var/
This commit is contained in:
kyunkyunkyun
2025-09-07 05:54:19 +00:00
committed by GitHub
parent 6330252351
commit 28a2381628
6 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
if(!check_rights(R_SERVER))
return
var/bypass_ckey = input(usr, "Please, enter a ckey", "Queue Server Bypass")
var/bypass_ckey = tgui_input_text(usr, "Please, enter a ckey. Enter nothing to cancel", "Queue Server Bypass")
if(!bypass_ckey)
return