mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
Correctly display permban URL. Fixes #228
This commit is contained in:
parent
6b064d0e68
commit
7598d211cd
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon Jun 30 17:35:21 CEST 2014
|
#Mon Jun 30 17:50:54 CEST 2014
|
||||||
build.number=911
|
build.number=912
|
||||||
|
@ -150,7 +150,7 @@ public class TFM_ServerInterface
|
|||||||
{
|
{
|
||||||
event.disallow(Result.KICK_OTHER,
|
event.disallow(Result.KICK_OTHER,
|
||||||
ChatColor.RED + "Your IP address is permanently banned from this server.\nRelease procedures are available at\n"
|
ChatColor.RED + "Your IP address is permanently banned from this server.\nRelease procedures are available at\n"
|
||||||
+ ChatColor.GOLD + TFM_ConfigEntry.SERVER_PERMBAN_URL);
|
+ ChatColor.GOLD + TFM_ConfigEntry.SERVER_PERMBAN_URL.getString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -162,7 +162,7 @@ public class TFM_ServerInterface
|
|||||||
{
|
{
|
||||||
event.disallow(Result.KICK_OTHER,
|
event.disallow(Result.KICK_OTHER,
|
||||||
ChatColor.RED + "Your username is permanently banned from this server.\nRelease procedures are available at\n"
|
ChatColor.RED + "Your username is permanently banned from this server.\nRelease procedures are available at\n"
|
||||||
+ ChatColor.GOLD + TFM_ConfigEntry.SERVER_PERMBAN_URL);
|
+ ChatColor.GOLD + TFM_ConfigEntry.SERVER_PERMBAN_URL.getString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user