Skip to content

Commit 7c2105d

Browse files
committed
add working default server
1 parent be0441d commit 7c2105d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/scripts/UrlParams.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ var UrlParams = function (game, cb) {
190190
}
191191
if (game.server === "" || game.server === null) {
192192
reload = true;
193-
game.server = "localhost";
193+
game.server = "185.228.139.97";
194194
}
195195
if (game.serverPort === "" || game.serverPort === null) {
196196
reload = true;
197-
game.serverPort = "25565";
197+
game.serverPort = "25564";
198198
}
199199
if (game.premium === "" || game.premium === null) {
200200
reload = true;

0 commit comments

Comments
 (0)