Skip to content

Commit 0099f9e

Browse files
support PE
1 parent e9da098 commit 0099f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
let windowHash = window.location.hash.substring(1);
3434
let [actionString, edition, hostname] = windowHash.split(";", 3);
3535
if (actionString === "ping") {
36-
if (edition.startsWith("b")) {
36+
if (edition.startsWith("b") || edition.startsWith("p")) {
3737
window.location.pathname = `/ping/bedrock/${hostname}`;
3838
} else if (edition.startsWith("j")) {
3939
window.location.pathname = `/ping/java/${hostname}`;

0 commit comments

Comments
 (0)