From 705728f16a54f778c0e04c9665f52c9a47e0143e Mon Sep 17 00:00:00 2001 From: MEEP of Faith <54301439+MEEPofFaith@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:49:30 -0700 Subject: [PATCH] "diable" oh no --- core/src/mindustry/type/Weapon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/Weapon.java b/core/src/mindustry/type/Weapon.java index 2038374ad5..d2b5a3bb8e 100644 --- a/core/src/mindustry/type/Weapon.java +++ b/core/src/mindustry/type/Weapon.java @@ -50,7 +50,7 @@ public class Weapon{ public float x = 5f, y = 0f; /** random spread on the X axis */ public float xRand = 0f; - /** radius of occlusion drawn under the weapon; <0 to diable */ + /** radius of occlusion drawn under the weapon; <0 to disable */ public float occlusion = -1f; /** fraction of velocity that is random */ public float velocityRnd = 0f;