diff --git a/code/__defines/tgs.dm b/code/__defines/tgs.dm index e3ae002c58..279da8b05b 100644 --- a/code/__defines/tgs.dm +++ b/code/__defines/tgs.dm @@ -14,7 +14,7 @@ //Uncomment this if you wish to allow the game to interact with TGS 3 //This will raise the minimum required security level of your game to TGS_SECURITY_TRUSTED due to it utilizing call()() -//#define TGS_V3_API +#define TGS_V3_API //Required interfaces (fill in with your codebase equivalent):