mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Removed "for a while"
This commit is contained in:
parent
b5760afbad
commit
87f338194c
@ -184,7 +184,7 @@ public class TFM_ServerInterface
|
|||||||
{
|
{
|
||||||
final BanEntry nameBan = (BanEntry) nameBans.getEntries().get(username.toLowerCase());
|
final BanEntry nameBan = (BanEntry) nameBans.getEntries().get(username.toLowerCase());
|
||||||
|
|
||||||
String kickMessage = ChatColor.RED + "You are temporarily banned from this server for a while.\nAppeal at http://totalfreedom.boards.net/.";
|
String kickMessage = ChatColor.RED + "You are temporarily banned from this server.\nAppeal at http://totalfreedom.boards.net/.";
|
||||||
if (nameBan != null)
|
if (nameBan != null)
|
||||||
{
|
{
|
||||||
kickMessage = kickMessage + "\nReason: " + nameBan.getReason();
|
kickMessage = kickMessage + "\nReason: " + nameBan.getReason();
|
||||||
@ -228,7 +228,7 @@ public class TFM_ServerInterface
|
|||||||
|
|
||||||
if (isIpBanned)
|
if (isIpBanned)
|
||||||
{
|
{
|
||||||
String kickMessage = ChatColor.RED + "Your IP address is temporarily banned from this server for a while.\nAppeal at http://totalfreedom.boards.net/.";
|
String kickMessage = ChatColor.RED + "Your IP address is temporarily banned from this server.\nAppeal at http://totalfreedom.boards.net/.";
|
||||||
if (ipBan != null)
|
if (ipBan != null)
|
||||||
{
|
{
|
||||||
kickMessage = kickMessage + "\nReason: " + ipBan.getReason();
|
kickMessage = kickMessage + "\nReason: " + ipBan.getReason();
|
||||||
|
Loading…
Reference in New Issue
Block a user