Fix /balance message showing globally, oops.

This commit is contained in:
UnknownShadow200 2016-09-03 17:28:26 +10:00
parent 1bc8d0d26d
commit 405554960e

View File

@ -45,7 +45,7 @@ namespace MCGalaxy.Commands {
}
string targetName = PlayerInfo.GetColoredName(p, target);
Chat.MessageAll("Economy stats for {0}%S:", targetName);
Player.Message(p, "Economy stats for {0}%S:", targetName);
Player.Message(p, " Current balance: &f{0} &3{1}", money, Server.moneys);
Economy.EcoStats ecos = Economy.RetrieveStats(target);