mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
corrected mob to use correct substate
- added global tick - stubbed some more functions - added checks for engaged/dead - todo: everything else
This commit is contained in:
@@ -18,6 +18,7 @@ namespace FFXIVClassic_Map_Server
|
||||
public static Logger Log;
|
||||
public static Server Server;
|
||||
public static Random Random;
|
||||
public static DateTime Tick;
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
@@ -59,7 +60,7 @@ namespace FFXIVClassic_Map_Server
|
||||
{
|
||||
Random = new Random();
|
||||
Server = new Server();
|
||||
|
||||
Tick = DateTime.Now;
|
||||
Server.StartServer();
|
||||
|
||||
while (startServer)
|
||||
|
||||
Reference in New Issue
Block a user