projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c63673
)
Comment out warning for lack of engine support for fullspawndata
author
bones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 02:24:27 +0000
(12:24 +1000)
committer
bones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 02:24:27 +0000
(12:24 +1000)
qcsrc/server/main.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/main.qc
b/qcsrc/server/main.qc
index 9ce1ec14093ea57772039ee5bafa0f368684ccae..cf91b9de4bafd7d6b250a860732702a82222f409 100644
(file)
--- a/
qcsrc/server/main.qc
+++ b/
qcsrc/server/main.qc
@@
-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;
}