Skip to content

Commit

Permalink
🐛 Changed default port to 5810
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed May 31, 2024
1 parent f5eacd3 commit 0a662c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
let teamNum = $state(3256);
let devMode = $state(false);
let address = $state('localhost');
let port = $state(5801);
let port = $state(5810);
let configMode = $state('simple');
const nt = $derived(
configMode === 'simple'
Expand Down

0 comments on commit 0a662c6

Please sign in to comment.