Fixed another crash.

This commit is contained in:
hondacrx
2020-12-17 18:25:08 -05:00
parent 621d0fbf40
commit cacaee3944
+1 -2
View File
@@ -87,8 +87,7 @@ namespace Game.Collision
for (uint i = 0; i < spawnIndicesSize; ++i)
{
uint spawnId = reader.ReadUInt32();
uint spawnIndex = reader.ReadUInt32();
iSpawnIndices[spawnId] = spawnIndex;
iSpawnIndices[spawnId] = i;
}
}