]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable __fullspawndata
authorbones_was_here <bones_was_here@xa.org.au>
Wed, 23 Sep 2020 11:57:37 +0000 (21:57 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Wed, 23 Sep 2020 11:57:37 +0000 (21:57 +1000)
qcsrc/lib/spawnfunc.qh

index 3f0f42c6c42bedfe3f2d551bbf216b93b9fc9447..939c5a7e5307daa94e54b2346dcf53efa0467345 100644 (file)
@@ -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