Skip to content

Commit 2007eb5

Browse files
authored
1 parent 3eac820 commit 2007eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/computer/dna_console.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@
933933

934934
if("add_advinjector")
935935
if(LAZYLEN(injector_selection) < max_injector_selections)
936-
var/new_selection = input(usr, "Enter Adv. Injector name", "Advanced Injectors") as text|null
936+
var/new_selection = stripped_input(usr, "Enter Adv. Injector name", "Advanced Injectors")//NSV Security Hotpatch
937937
if(new_selection && !(new_selection in injector_selection))
938938
injector_selection[new_selection] = list()
939939

0 commit comments

Comments
 (0)