mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-04-24 23:47:55 -05:00
style fixes
This commit is contained in:
parent
fadba81468
commit
d70988d136
|
|
@ -217,7 +217,7 @@ namespace eAmuseCore.KBinXML
|
|||
data = dataByteBuf.Take(1);
|
||||
dataByteBuf = dataByteBuf.Skip(1);
|
||||
}
|
||||
else if(totSize == 2)
|
||||
else if (totSize == 2)
|
||||
{
|
||||
if (!dataWordBuf.Any())
|
||||
{
|
||||
|
|
@ -227,6 +227,10 @@ namespace eAmuseCore.KBinXML
|
|||
data = dataWordBuf.Take(2);
|
||||
dataWordBuf = dataWordBuf.Skip(2);
|
||||
}
|
||||
else if (totSize == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (nodeType == XmlTypes.Bin.nodeType)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user