enable byond-tracy

This commit is contained in:
Metis
2024-10-23 14:00:51 -04:00
parent 3a044ef627
commit b59523ae89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ GLOBAL_LIST(topic_status_cache)
else
CRASH("Unsupported platform: [system_type]")
var/init_result = call(library, "init")()
var/init_result = call_ext(library, "init")("block")
if (init_result != "0")
CRASH("Error initializing byond-tracy: [init_result]")