Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fix minor issue regarding events
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
Flibio committed Sep 25, 2016
1 parent 45a5450 commit 5de10d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name=EconomyLite
owner=Flibio
inceptionYear=2015
currentYear=2016
version=2.2.6
version=2.2.7
apiVersion=4.1.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
*/
package io.github.flibio.economylite.impl.economy.event;

import io.github.flibio.economylite.EconomyLite;
import org.spongepowered.api.event.cause.Cause;
import org.spongepowered.api.event.economy.EconomyTransactionEvent;
import org.spongepowered.api.event.impl.AbstractEvent;
import org.spongepowered.api.service.economy.transaction.TransactionResult;

import io.github.flibio.economylite.EconomyLite;

public class LiteEconomyTransactionEvent implements EconomyTransactionEvent {
public class LiteEconomyTransactionEvent extends AbstractEvent implements EconomyTransactionEvent {

private TransactionResult result;

Expand Down

0 comments on commit 5de10d1

Please sign in to comment.