mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-24 22:44:09 +00:00
Shut the fuck up Codacy
This commit is contained in:
parent
871acc2eeb
commit
3f89f3f48e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue