mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +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).
|
// 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())
|
if (!event.getPlayer().hasPlayedBefore() && ConfigEntry.FIRST_JOIN_INFO_ENABLED.getBoolean())
|
||||||
{
|
{
|
||||||
final BukkitTask runnable = new BukkitRunnable()
|
new BukkitRunnable()
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
public void run()
|
public void run()
|
||||||
|
Loading…
Reference in New Issue
Block a user