more work.

This commit is contained in:
Ghommie
2020-04-13 16:09:52 +02:00
parent 05a954f000
commit 0816512150
3 changed files with 21 additions and 27 deletions
+1 -1
View File
@@ -555,7 +555,7 @@
for(var/i in deep_list)
var/key = i
if(isnum(key))
key = "[key]"
L += "[key]"
continue
if(islist(key))
key = deep_list2params(key)