mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-06 23:45:15 -05:00
Fix array generation logic, add IP4
This commit is contained in:
@@ -46,7 +46,7 @@ namespace eAmuseTest
|
||||
else if (compress != "none")
|
||||
throw new ArgumentException("Unsupported compression algorithm");
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
//KBinXML kbinxml = new KBinXML(rawData);
|
||||
|
||||
KBinXML testDoc = new KBinXML(ExtractResource("eAmuseTest.testcases_out.kbin"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user