Got commands working. Wrong ID for one of em.

This commit is contained in:
Filip Maj 2016-01-12 00:43:52 -05:00
parent aebaa1b70e
commit e47904dc30
5 changed files with 72 additions and 31 deletions

View file

@ -16,7 +16,6 @@ namespace FFXIVClassic_Lobby_Server
static void Main(string[] args)
{
#if DEBUG
TextWriterTraceListener myWriter = new TextWriterTraceListener(System.Console.Out);
Debug.Listeners.Add(myWriter);