mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
yet for all my efforts, noone will even notice this was ever here
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
user << "<span class='notice'>The target name cannot be reset!</span>"
|
||||
return
|
||||
else
|
||||
var/str = copytext(reject_bad_text(input(user,"Enter the properly capitalized name for demotion","Set name","")),1,MAX_NAME_LEN)
|
||||
var/str = copytext(reject_bad_text(input(user,"Enter the properly capitalized name for demotion","Set name","") as text|null),1,MAX_NAME_LEN)
|
||||
if (!Adjacent(user) || user.stat) return
|
||||
if(!str)
|
||||
alert("Invalid name.")
|
||||
|
||||
Reference in New Issue
Block a user