mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
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:
parent
6a5b5c241e
commit
fa1b6dde4c
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user