1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 17:15:07 +02:00

Fix essentials.joinfullserver

This commit is contained in:
snowleo
2011-08-08 15:24:38 +02:00
parent 1df180392d
commit c41b0621bd

View File

@@ -299,7 +299,7 @@ public class EssentialsPlayerListener extends PlayerListener
@Override
public void onPlayerLogin(final PlayerLoginEvent event)
{
if (event.getResult() != Result.ALLOWED)
if (event.getResult() != Result.ALLOWED && event.getResult() != Result.KICK_FULL)
{
return;
}