revert removing Utils.localPing() from LoadingScene

This commit is contained in:
Felix Staud 2024-08-02 12:41:02 -07:00
parent 1bf58a44a0
commit 018a628e6d

View File

@ -36,6 +36,7 @@ export class LoadingScene extends SceneBase {
}
preload() {
Utils.localPing();
this.load["manifest"] = this.game["manifest"];
this.loadImage("loading_bg", "arenas");