mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Runtime fixies
This commit is contained in:
@@ -141,7 +141,9 @@ json_reader
|
||||
return tokens[i]
|
||||
|
||||
next_token()
|
||||
return tokens[++i]
|
||||
if(++i <= tokens.len)
|
||||
return tokens[i]
|
||||
return
|
||||
|
||||
read_token(val, type)
|
||||
var/json_token/T = get_token()
|
||||
|
||||
Reference in New Issue
Block a user