Skip to content

Commit

Permalink
fix: provide moduleManager in GameSdkConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Oct 11, 2024
1 parent f5d885c commit e1f6d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/emortal/minestom/minesweeper/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public final class Main {
public static void main(String[] args) {
MineIndicatorLoader.loadAll();

MinestomGameServer.create(() -> {
MinestomGameServer.create(moduleManager -> {
MapManager mapManager = new MapManager();

return GameSdkConfig.builder()
Expand Down

0 comments on commit e1f6d17

Please sign in to comment.