Skip to content

Commit

Permalink
chore(deps): update java-game-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Aug 20, 2024
1 parent d8eb231 commit a1ccfce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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:24f5059")
implementation("dev.emortal.minestom:game-sdk:884345c")

implementation("dev.hollowcube:polar:1.11.1")
implementation("net.kyori:adventure-text-minimessage:4.16.0")
Expand Down
1 change: 0 additions & 1 deletion src/main/java/dev/emortal/minestom/parkourtag/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public static void main(String[] args) {

return GameSdkConfig.builder()
.minPlayers(ParkourTagGame.MIN_PLAYERS)
.maxGames(10)
.gameCreator(info -> new ParkourTagGame(info, mapManager.getMap(info.mapId())))
.build();
});
Expand Down

0 comments on commit a1ccfce

Please sign in to comment.