From c799100e81b0b3e09e9fa567645898784dcf67bd Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 1 Jan 2016 18:34:17 +1000 Subject: [PATCH] It should be safe to remove this safety check --- qcsrc/server/_all.qh | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/_all.qh b/qcsrc/server/_all.qh index eb3a4845d..47a562fe7 100644 --- a/qcsrc/server/_all.qh +++ b/qcsrc/server/_all.qh @@ -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 -- 2.39.2