We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0441d commit 7c2105dCopy full SHA for 7c2105d
1 file changed
src/client/scripts/UrlParams.js
@@ -190,11 +190,11 @@ var UrlParams = function (game, cb) {
190
}
191
if (game.server === "" || game.server === null) {
192
reload = true;
193
- game.server = "localhost";
+ game.server = "185.228.139.97";
194
195
if (game.serverPort === "" || game.serverPort === null) {
196
197
- game.serverPort = "25565";
+ game.serverPort = "25564";
198
199
if (game.premium === "" || game.premium === null) {
200
0 commit comments