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 2fb3e2d commit 5626634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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:8ef77c3")
implementation("dev.emortal.minestom:game-sdk:884345c")

implementation("dev.hollowcube:polar:1.7.2")
implementation("com.github.emortaldev:MinestomPvP:62e90b78bd") {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/dev/emortal/minestom/battle/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

public final class Main {
private static final int MIN_PLAYERS = 2;
private static final int MAX_GAMES = 10;

public static void main(String[] args) {
MinestomGameServer.create(() -> {
Expand All @@ -23,7 +22,6 @@ public static void main(String[] args) {

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

0 comments on commit 5626634

Please sign in to comment.