mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-08 16:02:48 +00:00
Fixes some false positives
This commit is contained in:
@@ -145,7 +145,7 @@ var/list/VVckey_edit = list("key", "ckey")
|
||||
var/assoc = 0
|
||||
if(L.len > 0)
|
||||
var/a = L[1]
|
||||
if(L[a] != null)
|
||||
if(!isnum(a) && L[a] != null)
|
||||
assoc = 1 //This is pretty weak test but i can't think of anything else
|
||||
usr << "List appears to be associative."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user