From: bones_was_here Date: Wed, 23 Sep 2020 11:57:37 +0000 (+1000) Subject: Enable __fullspawndata X-Git-Tag: xonotic-v0.8.5~352^2~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d99038865c403c4592a0f715196c8ff45990a4eb;p=xonotic%2Fxonotic-data.pk3dir.git Enable __fullspawndata --- diff --git a/qcsrc/lib/spawnfunc.qh b/qcsrc/lib/spawnfunc.qh index 3f0f42c6c..939c5a7e5 100644 --- a/qcsrc/lib/spawnfunc.qh +++ b/qcsrc/lib/spawnfunc.qh @@ -7,8 +7,7 @@ noref bool require_spawnfunc_prefix; .bool spawnfunc_checked; /** Not for production use, provides access to a dump of the entity's fields when it is parsed from map data */ -//noref string __fullspawndata; - +noref string __fullspawndata; .string fullspawndata; // Optional type checking; increases compile time too much to be enabled by default