mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Lots of runtime fixes
This commit is contained in:
@@ -165,6 +165,9 @@
|
||||
i = L.len
|
||||
else
|
||||
i--
|
||||
if(i < L.len || i > L.len)
|
||||
warning("[__FILE__]L[__LINE__]: [i] is outside of bounds for list, ([L.len])")
|
||||
return
|
||||
return L[i]
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user