fix: export texture

This commit is contained in:
Azgaar 2023-11-19 04:53:01 +04:00
parent 418df1cec5
commit c38aff758a
4 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,7 @@ window.addEventListener("resize", function (e) {
changeMapSize();
});
if (location.hostname && location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
if (location.hostname !== "localhost" && location.hostname !== "127.0.0.1") {
window.onbeforeunload = () => "Are you sure you want to navigate away?";
}