Skip to content

Commit

Permalink
* Removed the cleanup task methods.
Browse files Browse the repository at this point in the history
Signed-off-by: BuildTools <[email protected]>
  • Loading branch information
BuildTools committed Jul 24, 2020
1 parent 11f12f2 commit 453d707
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion API Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## API-VERSION 1.0.9 ##
## API-VERSION 1.1 ##
10 changes: 0 additions & 10 deletions src/xzot1k/plugins/ds/DisplayShops.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@ public void setInSightTask(int inSightTask) {

}

@Override
public int getCleanupTask() {
return 0;
}

@Override
public void setCleanupTask(int cleanupTask) {

}

@Override
public List<UUID> getTeleportingPlayers() {
return null;
Expand Down
4 changes: 0 additions & 4 deletions src/xzot1k/plugins/ds/DisplayShopsAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ interface DisplayShopsAPI {

void setInSightTask(int inSightTask);

int getCleanupTask();

void setCleanupTask(int cleanupTask);

List<UUID> getTeleportingPlayers();

HashMap<UUID, UUID> getShopMemory();
Expand Down

0 comments on commit 453d707

Please sign in to comment.