|
@@ -186,7 +186,7 @@ export namespace Stats {
|
|
// full chain
|
|
// full chain
|
|
stats.chainCount += 1;
|
|
stats.chainCount += 1;
|
|
if (stats.chainCount === 1) {
|
|
if (stats.chainCount === 1) {
|
|
- Location.set(stats.firstChainLoc, unit, elements[offsets[cI]]);
|
|
|
|
|
|
+ Location.set(stats.firstChainLoc, unit, offsets[cI]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|