mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Woops Wrong Ports
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user