Woops Wrong Ports

This commit is contained in:
Dark98
2021-11-14 23:02:53 +00:00
parent ccc0353bad
commit 00932b82ee
2 changed files with 2 additions and 2 deletions
@@ -135,7 +135,7 @@ public class GameEngine {
* Port and Cycle rate.
*/
static {
serverlistenerPort = (GameConstants.WORLD == 1) ? 43594 : 43595 + GameConstants.WORLD;
serverlistenerPort = (GameConstants.WORLD == 1) ? 43594 : 43596 + GameConstants.WORLD;
shutdownServer = false;
}