]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/_all.qh
Merge branch 'master' into morphed/hagar
[xonotic/xonotic-data.pk3dir.git] / 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