This commit is contained in:
kevinz000
2020-06-14 05:54:40 -07:00
parent bb49582549
commit 9f53d396b5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1635,7 +1635,7 @@
alert("Removed:\n" + jointext(removed_paths, "\n"))
var/list/offset = splittext(href_list["offset"],",")
var/number = dd_range(1, 100, text2num(href_list["object_count"]))
var/number = clamp(text2num(href_list["object_count"]), 1, 100)
var/X = offset.len > 0 ? text2num(offset[1]) : 0
var/Y = offset.len > 1 ? text2num(offset[2]) : 0
var/Z = offset.len > 2 ? text2num(offset[3]) : 0