Skip to content

Commit

Permalink
Add missing override, update game sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Nov 5, 2023
1 parent 56f876e commit eacb06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("dev.emortal.minestom:game-sdk:37fbbc3")
implementation("dev.emortal.minestom:game-sdk:ea4fb18")

implementation("dev.hollowcube:polar:1.3.1")
implementation("com.github.EmortalMC:MinestomPvP:6aefcba403")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void onLeave(@NotNull Player player) {
this.checkPlayerCounts();
}

@Override
public void start() {
this.started.set(true);

Expand Down

0 comments on commit eacb06a

Please sign in to comment.