From 03776edff027385d41557ff626104100741bc6b1 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 14 Jul 2023 23:07:21 -0400 Subject: [PATCH] Remove faulty DMAPI check --- src/DMAPI/tgs/v5/api.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/DMAPI/tgs/v5/api.dm b/src/DMAPI/tgs/v5/api.dm index 9a0f3be7df..34cc43f876 100644 --- a/src/DMAPI/tgs/v5/api.dm +++ b/src/DMAPI/tgs/v5/api.dm @@ -24,9 +24,6 @@ /datum/tgs_api/v5/New() . = ..() -#if DM_VERSION < 511 - TGS_WARNING_LOG("TGS V5 interop does not support the non-basic watchdog on versions prior to 511! Make sure you've configured the basic watchdog in TGS setting or update BYOND!") -#endif TGS_DEBUG_LOG("V5 API created") /datum/tgs_api/v5/ApiVersion()