unified udp and tcp ports into one

This commit is contained in:
2026-04-05 19:39:29 -03:00
parent 1bc0ae71bf
commit 4bbc65c528
7 changed files with 11 additions and 20 deletions

View File

@@ -1,5 +1,4 @@
{
"serverIP": "localhost",
"tcpPort": 9090,
"udpPort": 9091
"port": 9090
}