mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed derp in Console output
This commit is contained in:
		| @@ -47,11 +47,11 @@ namespace FFXIVClassic_Map_Server.common | ||||
|             string timestamp = String.Format("[{0}]", DateTime.Now.ToString("MM/dd/yyyy HH:mm:ss")); | ||||
|             string messageType = String.Format("[{0}] ", type.ToString().ToUpper()); | ||||
|  | ||||
|             Console.WriteLine(timestamp); | ||||
|             Console.Write(timestamp); | ||||
|             Console.ForegroundColor = (ConsoleColor)type; | ||||
|             Console.Write(messageType); | ||||
|             Console.ResetColor(); | ||||
|             Console.Write(message); | ||||
|             Console.ForegroundColor = ConsoleColor.Gray; | ||||
|             Console.WriteLine(message); | ||||
|  | ||||
|             StringBuilder sb = new StringBuilder(); | ||||
|  | ||||
| @@ -69,4 +69,4 @@ namespace FFXIVClassic_Map_Server.common | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user