mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +00:00
fix take message for ec
This commit is contained in:
parent
aefbf921fe
commit
e4ba0245be
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
|||
sendMessage(Util.format("takenFromAccount", Util.formatCurrency(value)));
|
||||
if (initiator != null)
|
||||
{
|
||||
initiator.sendMessage((Util.format("addedToAccount", Util.formatCurrency(value))));
|
||||
initiator.sendMessage((Util.format("takenFromAccount", Util.formatCurrency(value))));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue