mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 19:19:13 +00:00
Fixed another slight formatting issue.
This commit is contained in:
parent
7981adaf85
commit
b43ef812a2
1 changed files with 2 additions and 3 deletions
|
@ -860,10 +860,9 @@ public class TFM_PlayerListener implements Listener
|
|||
{
|
||||
if(!event.getHostname().equalsIgnoreCase(TFM_ConfigEntry.SERVER_HOSTNAME.getString() + ":" + TFM_ConfigEntry.SERVER_PORT.getInteger()))
|
||||
{
|
||||
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, TFM_ConfigEntry.FORCE_IP_KICKMSG.getString());
|
||||
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, TFM_ConfigEntry.FORCE_IP_KICKMSG.getString());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// Player Tab and auto Tags
|
||||
|
|
Loading…
Reference in a new issue