Skip to content

Commit

Permalink
Convert project to typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Jan 5, 2024
1 parent 3be6663 commit 5e33a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { playMidi } from './jagex2/util/AudioUtil.js';
import GameShell from "./jagex2/client/GameShell.js";

export default class Client extends GameShell {
static HOST = 'https://w2.225.2004scape.org ';
static HOST = 'https://w2.225.2004scape.org';

alreadyStarted = false;
errorStarted = false;
Expand Down

0 comments on commit 5e33a6d

Please sign in to comment.