Skip to content

Commit

Permalink
* Finalized AFK additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Jun 2, 2021
1 parent 97e40e5 commit f72647a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions labyrinth-afk/src/main/java/com/github/sanctum/afk/AFK.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public class AFK {

private Position location;

private Plugin holder;

private Synchronous task;

private long time = 0L;
Expand Down Expand Up @@ -93,8 +91,8 @@ public Position getLocation() {
return location;
}

public Plugin getHolder() {
return holder;
public Status getStatus() {
return status;
}

public Player getPlayer() {
Expand Down
Binary file modified out/artifacts/Labyrinth_jar/Labyrinth.jar
Binary file not shown.

0 comments on commit f72647a

Please sign in to comment.