mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
revert removing Utils.localPing() from LoadingScene
This commit is contained in:
parent
1bf58a44a0
commit
018a628e6d
@ -36,6 +36,7 @@ export class LoadingScene extends SceneBase {
|
||||
}
|
||||
|
||||
preload() {
|
||||
Utils.localPing();
|
||||
this.load["manifest"] = this.game["manifest"];
|
||||
|
||||
this.loadImage("loading_bg", "arenas");
|
||||
|
Loading…
Reference in New Issue
Block a user