Fixed #8735
This commit is contained in:
@@ -256,7 +256,7 @@ public class UnitTypes{
|
||||
hitSize = 26f;
|
||||
rotateSpeed = 1.65f;
|
||||
health = 24000;
|
||||
armor = 14f;
|
||||
armor = 18f;
|
||||
mechStepParticles = true;
|
||||
stepShake = 0.75f;
|
||||
drownTimeMultiplier = 6f;
|
||||
|
||||
@@ -14,7 +14,6 @@ public class TraceDialog extends BaseDialog{
|
||||
super("@trace");
|
||||
|
||||
addCloseButton();
|
||||
setFillParent(false);
|
||||
}
|
||||
|
||||
public void show(Player player, TraceInfo info){
|
||||
|
||||
Reference in New Issue
Block a user