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
1 changed files with 4 additions and 0 deletions

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())