mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 09:15:38 +00:00
Added release link to permban kick message
This commit is contained in:
parent
9b62731e94
commit
bcd9658b3d
@ -1,5 +1,5 @@
|
|||||||
#Fri, 09 Aug 2013 15:38:23 +0200
|
#Fri, 09 Aug 2013 17:54:26 +0200
|
||||||
|
|
||||||
program.VERSION=2.22
|
program.VERSION=2.22
|
||||||
program.BUILDNUM=378
|
program.BUILDNUM=380
|
||||||
program.BUILDDATE=08/09/2013 03\:38 PM
|
program.BUILDDATE=08/09/2013 05\:54 PM
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Fri Aug 09 15:38:23 CEST 2013
|
#Fri Aug 09 17:54:26 CEST 2013
|
||||||
build.number=379
|
build.number=381
|
||||||
|
@ -227,7 +227,7 @@ public class TFM_ServerInterface
|
|||||||
{
|
{
|
||||||
if (test_player.equalsIgnoreCase(player_name))
|
if (test_player.equalsIgnoreCase(player_name))
|
||||||
{
|
{
|
||||||
event.disallow(PlayerLoginEvent.Result.KICK_BANNED, ChatColor.RED + "Your username is permanently banned from this server.");
|
event.disallow(PlayerLoginEvent.Result.KICK_BANNED, ChatColor.RED + "Your username is permanently banned from this server.\nRelease procedures are available at http://bit.ly/PermBan");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -236,7 +236,7 @@ public class TFM_ServerInterface
|
|||||||
{
|
{
|
||||||
if (TFM_Util.fuzzyIpMatch(test_ip, player_ip, 4))
|
if (TFM_Util.fuzzyIpMatch(test_ip, player_ip, 4))
|
||||||
{
|
{
|
||||||
event.disallow(PlayerLoginEvent.Result.KICK_BANNED, ChatColor.RED + "Your IP address is permanently banned from this server.");
|
event.disallow(PlayerLoginEvent.Result.KICK_BANNED, ChatColor.RED + "Your IP address is permanently banned from this server.\nRelease procedures are available at http://bit.ly/PermBan");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user