disable group spam on console; put speed back to something sensible
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Traits
|
|||||||
.Where(a => a != null);
|
.Where(a => a != null);
|
||||||
|
|
||||||
var g = new Group(actors);
|
var g = new Group(actors);
|
||||||
g.Dump();
|
// g.Dump();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Player:
|
Player:
|
||||||
ProductionQueue:
|
ProductionQueue:
|
||||||
BuildSpeed: .04
|
BuildSpeed: .4
|
||||||
LowPowerSlowdown: 3
|
LowPowerSlowdown: 3
|
||||||
PlaceBuilding:
|
PlaceBuilding:
|
||||||
GpsPower:
|
GpsPower:
|
||||||
|
|||||||
Reference in New Issue
Block a user