refixed server port

This commit is contained in:
dginovker
2019-10-09 20:43:48 -04:00
parent d9d09a7ed0
commit 6f92f19327
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public class Server {
* Port and Cycle rate.
*/
static {
serverlistenerPort = 43595;
serverlistenerPort = 43594;
cycleRate = 600;
shutdownServer = false;
}