We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fb6ff commit f95376fCopy full SHA for f95376f
1 file changed
code/modules/tgs/core/datum.dm
@@ -23,8 +23,7 @@ TGS_DEFINE_AND_SET_GLOBAL(tgs, null)
23
/datum/tgs_api/latest
24
parent_type = /datum/tgs_api/v5
25
26
-// need to implement new VV stuff if we want this to work
27
-// TGS_PROTECT_DATUM(/datum/tgs_api)
+TGS_PROTECT_DATUM(/datum/tgs_api)
28
29
/datum/tgs_api/proc/ApiVersion()
30
return TGS_UNIMPLEMENTED
0 commit comments