diff --git a/A1Emu/A1_Utils/A1_Parser.cs b/A1Emu/A1_Utils/A1_Parser.cs index 62230be..e669ad4 100644 --- a/A1Emu/A1_Utils/A1_Parser.cs +++ b/A1Emu/A1_Utils/A1_Parser.cs @@ -14,8 +14,6 @@ using System.Xml.Linq; public class A1_Parser { public string[] ParseReceivedMessage(string xmlCommand){ - //TODO - RoutingStrings (#x|x|x|x) - List commandsList = new List(); //Splits raw commands by the null character placed in between. To parse Routing Strings.