mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Implemented equipment and equip graphics. Add some zone callbacks and "first start" functionality. Added playtime.
This commit is contained in:
@@ -18,12 +18,14 @@ namespace FFXIVClassic_Lobby_Server.common
|
||||
}
|
||||
|
||||
public static void debug(String message)
|
||||
{
|
||||
{
|
||||
#if DEBUG
|
||||
Console.Write("[{0}]", DateTime.Now.ToString("dd/MMM HH:mm"));
|
||||
Console.ForegroundColor = ConsoleColor.Yellow;
|
||||
Console.Write("[DEBUG] ");
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
Console.WriteLine(message);
|
||||
#endif
|
||||
}
|
||||
|
||||
public static void info(String message)
|
||||
|
Reference in New Issue
Block a user