From: terencehill Date: Wed, 6 Feb 2019 00:35:42 +0000 (+0100) Subject: Mark _checkWhitelisted as eraseable (currently used only by the server) X-Git-Tag: xonotic-v0.8.5~1604^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=299c4cfe5a806ae33e954f396e0ae48ff77f87b3;p=xonotic%2Fxonotic-data.pk3dir.git Mark _checkWhitelisted as eraseable (currently used only by the server) --- diff --git a/qcsrc/lib/spawnfunc.qh b/qcsrc/lib/spawnfunc.qh index 0c076a224..2d1397bc1 100644 --- a/qcsrc/lib/spawnfunc.qh +++ b/qcsrc/lib/spawnfunc.qh @@ -221,6 +221,7 @@ noref bool require_spawnfunc_prefix; FIELD_VEC(fld, velocity) \ /**/ +ERASEABLE void _checkWhitelisted(entity this, string id) { for (int i = 0, n = numentityfields(); i < n; ++i)