Updates prompt for buildmode

This commit is contained in:
Heroman
2022-06-25 16:57:16 +10:00
parent fb250dcb27
commit cecff68ace
+1 -1
View File
@@ -643,7 +643,7 @@
if(matches.len==1)
result = matches[1]
else
result = tgui_input_list(usr, "Select an atom type", "Spawn Atom", matches)
result = tgui_input_list(usr, "Select an atom type", "Spawn Atom", matches, strict_modern = TRUE)
if(!objholder)
result = default_path
return result