mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Fixes VV breaking on contents, verbs, etc.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user