Skip to content

Commit

Permalink
Update hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 5, 2024
1 parent 76e619a commit 3039049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { decompressBz2, downloadUrl, sleep } from './util/JsUtil.js';
import { playMidi } from './util/AudioUtil.js';

class Client extends GameShell {
static HOST = 'https://world2.runewiki.org';
static HOST = 'http://w2.225.2004scape.org';

alreadyStarted = false;
errorStarted = false;
Expand Down
2 changes: 1 addition & 1 deletion js/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { downloadUrl } from './util/JsUtil.js';
import Draw2D from './graphics/Draw2D.js';

class Playground extends GameShell {
static HOST = 'https://world2.runewiki.org';
static HOST = 'http://w2.225.2004scape.org';

p11 = null;
p12 = null;
Expand Down

0 comments on commit 3039049

Please sign in to comment.