mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
fixed high cpu usage caused by spawning stupid amounts of script objects each tick
This commit is contained in:
parent
53207a9ff0
commit
ddad27a5f9
7 changed files with 41 additions and 27 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue