Skip to content

Commit

Permalink
1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenceX100 committed Aug 21, 2024
1 parent 33f94c1 commit 4c0b8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.artillexstudios</groupId>
<artifactId>AxGraves</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<packaging>jar</packaging>

<name>AxGraves</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void remove() {
if (removed) return;
removed = true;

Scheduler.get().runAt(location, scheduledTask -> {
Scheduler.get().executeAt(location, () -> {
SpawnedGraves.removeGrave(this);
removeInventory();

Expand Down

0 comments on commit 4c0b8af

Please sign in to comment.