mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +00:00
Join full server patch.
This commit is contained in:
parent
325889c466
commit
38aa85dd0c
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"));
|
event.disallow(Result.KICK_FULL, Util.i18n("serverFull"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
event.allow();
|
||||||
|
|
||||||
user.setLastLogin(System.currentTimeMillis());
|
user.setLastLogin(System.currentTimeMillis());
|
||||||
updateCompass(user);
|
updateCompass(user);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue