]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/spawnfunc.qh
Enable __fullspawndata
[xonotic/xonotic-data.pk3dir.git] / 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