Merge pull request #1094 from ArchieBeepBoop/maptick

Backend Controller Updates + Maptick Lag minimization port (Experimental)
This commit is contained in:
QuoteFox
2021-05-02 08:30:40 +01:00
committed by GitHub
23 changed files with 1082 additions and 906 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ GLOBAL_VAR(restart_counter)
//This happens after the Master subsystem new(s) (it's a global datum)
//So subsystems globals exist, but are not initialised
/world/New()
var/extools = world.GetConfig("env", "EXTOOLS_DLL") || (world.system_type == MS_WINDOWS ? "./byond-extools.dll" : "./libbyond-extools.so")
if (fexists(extools))
call(extools, "maptick_initialize")()
if(fexists("byond-extools.dll"))
call("byond-extools.dll", "maptick_initialize")()
enable_debugger()
log_world("World loaded at [TIME_STAMP("hh:mm:ss", FALSE)]!")