Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
minecraft8997 committed Nov 9, 2023
1 parent 6dc23de commit 38c1985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/ru/mclord/classic/GameParameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public static void setupDebugProperties() {
if (System.getProperty("mclordAddress") == null) {
System.setProperty("mclordAddress", "localhost");
}
if (System.getProperty("mclordUsername") == null) {
System.setProperty("mclordUsername", "25565");
if (System.getProperty("mclordPort") == null) {
System.setProperty("mclordPort", "25565");
}
}

Expand Down

0 comments on commit 38c1985

Please sign in to comment.