]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment out warning for lack of engine support for fullspawndata
authorbones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 02:24:27 +0000 (12:24 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 02:24:27 +0000 (12:24 +1000)
qcsrc/server/main.qc

index 9ce1ec14093ea57772039ee5bafa0f368684ccae..cf91b9de4bafd7d6b250a860732702a82222f409 100644 (file)
@@ -415,7 +415,7 @@ string GetField_fullspawndata(entity e, string f, ...)
 
        if (!e.fullspawndata)
        {
-               LOG_WARNF("^1EDICT %s (classname %s) has no fullspawndata, engine lacks support?", ftos(num_for_edict(e)), e.classname);
+               //LOG_WARNF("^1EDICT %s (classname %s) has no fullspawndata, engine lacks support?", ftos(num_for_edict(e)), e.classname);
                return v;
        }