Modificha parsing

This commit is contained in:
ext_luca.pansa@cms.it
2021-02-11 16:31:20 +01:00
parent dcf8a9b751
commit 6b84cb93f6
+1 -1
View File
@@ -4348,7 +4348,7 @@ namespace CMS_CORE_Library.Osai
ShankId = short.Parse(x[2]),
Status = byte.Parse(x[3]),
OffsetLength = short.Parse(x[4]),
ResidualLife = byte.Parse(x[5]),
ResidualLife = int.Parse(x[5]),
ResidualRevive = uint.Parse(x[6]),
OffsetId1 = ushort.Parse(x[7]),
OffsetId2 = ushort.Parse(x[8]),