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