mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
Shut the fuck up Codacy
This commit is contained in:
parent
871acc2eeb
commit
3f89f3f48e
@ -194,7 +194,7 @@ public class LoginProcess extends FreedomService
|
||||
// Sends a message to the player if they have never joined before (or simply lack player data).
|
||||
if (!event.getPlayer().hasPlayedBefore() && ConfigEntry.FIRST_JOIN_INFO_ENABLED.getBoolean())
|
||||
{
|
||||
final BukkitTask runnable = new BukkitRunnable()
|
||||
new BukkitRunnable()
|
||||
{
|
||||
@Override
|
||||
public void run()
|
||||
|
Loading…
Reference in New Issue
Block a user