]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
It should be safe to remove this safety check
authorMario <mario@smbclan.net>
Fri, 1 Jan 2016 08:34:17 +0000 (18:34 +1000)
committerMario <mario@smbclan.net>
Fri, 1 Jan 2016 08:34:17 +0000 (18:34 +1000)
qcsrc/server/_all.qh

index eb3a4845dc1d7dd63ad3fcac9aed9031b60ab63a..47a562fe74226c3c484e3fcc047e357203da23f8 100644 (file)
@@ -35,7 +35,6 @@ const string STR_OBSERVER = "observer";
                { \
                        const noref int i = _i; \
                        const noref entity it = ftoe(i); \
-                       if(it == NULL || wasfreed(it)) continue; \
                        if(cond) { LAMBDA(body) } \
                } \
        } MACRO_END