mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
revert shop to names, next up mysql
This commit is contained in:
@ -44,12 +44,7 @@ public class Command_vanish extends FreedomCommand
|
||||
}
|
||||
if (!silent)
|
||||
{
|
||||
String beginning = sender.getName() + " is ";
|
||||
if (admin.getLoginMessage().contains("%name%"))
|
||||
{
|
||||
beginning = "";
|
||||
}
|
||||
FUtil.bcastMsg(ChatColor.AQUA + beginning + loginMsg);
|
||||
FUtil.bcastMsg(plugin.rm.craftLoginMessage(playerSender, null));
|
||||
FUtil.bcastMsg(playerSender.getName() + " joined the game.", ChatColor.YELLOW);
|
||||
plugin.dc.messageChatChannel("**" + playerSender.getName() + " joined the server" + "**");
|
||||
}
|
||||
|
Reference in New Issue
Block a user