Go fuck yourself Codacy

Codacy complained about me forgetting a "default" case in my rewrite of /moblimiter, so I have to do this shit.
This commit is contained in:
Video 2022-11-20 23:02:00 -07:00
parent 9064f4b1f2
commit 99a5897d44

View File

@ -45,6 +45,10 @@ public class Command_moblimiter extends FreedomCommand
return true; return true;
} }
} }
default ->
{
// Shut the fuck up Codacy!
}
} }
if (ConfigEntry.MOB_LIMITER_ENABLED.getBoolean()) if (ConfigEntry.MOB_LIMITER_ENABLED.getBoolean())