We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eac820 commit 2007eb5Copy full SHA for 2007eb5
code/game/machinery/computer/dna_console.dm
@@ -933,7 +933,7 @@
933
934
if("add_advinjector")
935
if(LAZYLEN(injector_selection) < max_injector_selections)
936
- var/new_selection = input(usr, "Enter Adv. Injector name", "Advanced Injectors") as text|null
+ var/new_selection = stripped_input(usr, "Enter Adv. Injector name", "Advanced Injectors")//NSV Security Hotpatch
937
if(new_selection && !(new_selection in injector_selection))
938
injector_selection[new_selection] = list()
939
0 commit comments