Skip to content

Commit

Permalink
Remove check for port 35903 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV authored Oct 16, 2024
1 parent 8f9e83c commit 9cacf99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/desktop/src/main/java/dev/slimevr/desktop/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ fun main(args: Array<String>) {
}
try {
// This is disabled because the config can't be read at this point
// new ServerSocket(6969).close();
ServerSocket(35903).close()
// ServerSocket(6969).close()
ServerSocket(21110).close()
} catch (e: IOException) {
LogManager
Expand Down

0 comments on commit 9cacf99

Please sign in to comment.