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 committed by Paul Reilly
parent 6a5b5c241e
commit fa1b6dde4c

View File

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