From d99038865c403c4592a0f715196c8ff45990a4eb Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Wed, 23 Sep 2020 21:57:37 +1000 Subject: [PATCH] Enable __fullspawndata --- qcsrc/lib/spawnfunc.qh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2