]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Mark _checkWhitelisted as eraseable (currently used only by the server)
authorterencehill <piuntn@gmail.com>
Wed, 6 Feb 2019 00:35:42 +0000 (01:35 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 6 Feb 2019 00:35:42 +0000 (01:35 +0100)
qcsrc/lib/spawnfunc.qh

index 0c076a2241b43bb03aa7563f127c4c86db4fd514..2d1397bc1be1271531c4ba40bf65a9891f0d4288 100644 (file)
@@ -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)