mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-23 07:43:26 +00:00
Merge branch 'master' of github.com:khobbits/Essentials
This commit is contained in:
commit
089c2210bd
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ public class EssentialsPlayerListener extends PlayerListener
|
|||
event.disallow(Result.KICK_FULL, Util.i18n("serverFull"));
|
||||
return;
|
||||
}
|
||||
event.allow();
|
||||
|
||||
user.setLastLogin(System.currentTimeMillis());
|
||||
updateCompass(user);
|
||||
|
|
Loading…
Reference in a new issue