mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 03:54:19 +02:00
fix take message for ec
This commit is contained in:
@@ -127,7 +127,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
|
|||||||
sendMessage(Util.format("takenFromAccount", Util.formatCurrency(value)));
|
sendMessage(Util.format("takenFromAccount", Util.formatCurrency(value)));
|
||||||
if (initiator != null)
|
if (initiator != null)
|
||||||
{
|
{
|
||||||
initiator.sendMessage((Util.format("addedToAccount", Util.formatCurrency(value))));
|
initiator.sendMessage((Util.format("takenFromAccount", Util.formatCurrency(value))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user