diff --git a/code/__DEFINES/_init.dm b/code/__DEFINES/_init.dm index 5346b087c0d..3562b9a6101 100644 --- a/code/__DEFINES/_init.dm +++ b/code/__DEFINES/_init.dm @@ -4,7 +4,7 @@ // This exists so that world.Profile() is THE FIRST PROC TO RUN in the init sequence. // This allows us to get the real details of everything lagging at server start. world.Profile(PROFILE_START) - #if defined(ENABLE_BYOND_TRACY) && (DM_BUILD == 1589) + #if defined(ENABLE_BYOND_TRACY) var/tracy_init = CALL_EXT("prof.dll", "init")() // Setup Tracy integration if(tracy_init != "0") CRASH("Tracy init error: [tracy_init]") diff --git a/prof.dll b/prof.dll index 33a6da22947..c0bc34532e4 100644 Binary files a/prof.dll and b/prof.dll differ