1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 14:05:25 +01:00

Update for editable event

This commit is contained in:
Niklas Linz 2016-04-05 13:30:32 +02:00
parent 37235531e8
commit 961ff6e7ef

View File

@ -38,6 +38,10 @@ public final class JobsPaymentEvent extends Event implements Cancellable {
cancelled = cancel; cancelled = cancel;
} }
public void setAmount(double money) {
this.money = money;
}
public HandlerList getHandlers() { public HandlerList getHandlers() {
return handlers; return handlers;
} }