From bf2adf120b7db5d6a1de9624fbf26b8ebfa698b6 Mon Sep 17 00:00:00 2001 From: glowredman <35727266+glowredman@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:42:11 +0200 Subject: Add default case --- .../openmodularturrets/entity/projectiles/projectileEM.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main') diff --git a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java index 0390b2d61e..fdffd31001 100644 --- a/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java +++ b/src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java @@ -165,6 +165,8 @@ public class projectileEM extends LaserProjectile { true); } break; + default: + break; } } setDead(); -- cgit