Fixed #9562
This commit is contained in:
@@ -26,6 +26,7 @@ public class UnitGroup{
|
|||||||
if(lastSpeedUpdate == Vars.state.updateId) return;
|
if(lastSpeedUpdate == Vars.state.updateId) return;
|
||||||
|
|
||||||
lastSpeedUpdate = Vars.state.updateId;
|
lastSpeedUpdate = Vars.state.updateId;
|
||||||
|
minSpeed = 999999f;
|
||||||
|
|
||||||
for(Unit unit : units){
|
for(Unit unit : units){
|
||||||
//don't factor in the floor speed multiplier
|
//don't factor in the floor speed multiplier
|
||||||
|
|||||||
Reference in New Issue
Block a user