Skip to content

Commit

Permalink
Update Swarm default port (MeteorDevelopment#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellidox authored Aug 9, 2023
1 parent 101542b commit d72c41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Swarm extends Module {
private final Setting<Integer> serverPort = sgGeneral.add(new IntSetting.Builder()
.name("port")
.description("The port used for connections.")
.defaultValue(420)
.defaultValue(6969)
.range(1, 65535)
.noSlider()
.build()
Expand Down

0 comments on commit d72c41c

Please sign in to comment.