Fixes VV breaking on contents, verbs, etc.

This commit is contained in:
Jack Edge
2016-07-11 18:30:23 +01:00
parent da3da71e29
commit ea5403c307
+1 -1
View File
@@ -401,7 +401,7 @@ body
for(var/entry in L)
var/state = "INDEX"
var/val = null
if(isnum(entry) || internal_byond_list_vars[entry])
if(isnum(entry) || internal_byond_list_vars[name])
state = "INDEX"
else
val = L[entry]