- added another item to crc check to try to track out of synch

This commit is contained in:
Mark Vejvoda 2013-10-10 04:06:49 +00:00
parent a8414eb4d2
commit 8e2da49b84
1 changed files with 4 additions and 0 deletions

View File

@ -5245,6 +5245,10 @@ Checksum Unit::getCRC() {
}
}
if(this->networkCRCParticleLogInfo != "") {
crcForUnit.addString(this->networkCRCParticleLogInfo);
}
return crcForUnit;
}