MCore change

This commit is contained in:
Olof Larsson
2013-04-24 08:59:43 +02:00
parent cb1926c5c1
commit 8ac19453b6
5 changed files with 4 additions and 10 deletions

View File

@ -69,12 +69,6 @@ public class Econ
public static void sendBalanceInfo(UPlayer to, EconomyParticipator about)
{
if (!isEnabled(to))
{
Factions.get().log(Level.WARNING, "Vault does not appear to be hooked into an economy plugin.");
return;
}
to.msg("<a>%s's<i> balance is <h>%s<i>.", about.describeTo(to, true), Money.format(about, Money.get(about)));
}