mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix /balance message showing globally, oops.
This commit is contained in:
parent
1bc8d0d26d
commit
405554960e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user