Skip to content

Commit

Permalink
Fix dist for neoforgeserverdatadev
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 24, 2024
1 parent 09ee9f5 commit 7ba2672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public String name() {

@Override
public Dist getDist() {
return Dist.CLIENT;
return Dist.DEDICATED_SERVER;
}

@Override
Expand Down

0 comments on commit 7ba2672

Please sign in to comment.