1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-22 22:34:43 +02:00

Join full server patch.

This commit is contained in:
KHobbits
2011-08-23 22:35:15 +01:00
parent 325889c466
commit 38aa85dd0c

View File

@@ -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);