mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
whoops, actually do need c-style for (#13286)
This commit is contained in:
@@ -493,7 +493,7 @@
|
||||
|
||||
//SKYRAT EDIT ADDITION
|
||||
if(result.len)
|
||||
for(var/i in 1 to length(result))
|
||||
for(var/i = 1; i <= length(result); i++)
|
||||
if(result[i] != EXAMINE_SECTION_BREAK)
|
||||
result[i] += "\n"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user