mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-16 23:33:53 +00:00
Shut the fuck up Codacy
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user