mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +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)));
|
||||
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