mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Updates OD lints (#26729)
* yea * update lints * lint changes and code fixes * i hate old code * dont make this an error
This commit is contained in:
@@ -456,7 +456,7 @@
|
||||
var/list/output = list()
|
||||
if(!processed)
|
||||
processed = list()
|
||||
if(src in processed || isturf(src))
|
||||
if((src in processed) || isturf(src))
|
||||
return output
|
||||
|
||||
processed += src
|
||||
|
||||
Reference in New Issue
Block a user