mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
fixed high cpu usage caused by spawning stupid amounts of script objects each tick
This commit is contained in:
@@ -18,7 +18,8 @@ namespace FFXIVClassic_Map_Server
|
||||
public static Logger Log;
|
||||
public static Server Server;
|
||||
public static Random Random;
|
||||
public static DateTime Tick;
|
||||
public static DateTime LastTick = DateTime.Now;
|
||||
public static DateTime Tick = DateTime.Now;
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user