Skip to content

Commit

Permalink
Update Cfunction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM authored Sep 11, 2024
1 parent f077d1c commit fac89bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -2893,7 +2893,10 @@ if (
"localhost",
].some((url) => top.window.location.origin.includes(url))
) {
console.log(top.window.location.origin);
top.window.location.href = "https://roblnet13.github.io/pvz/";
} else {
top.window.location.origin
}

(ShowNameDiv = function () {
Expand Down

0 comments on commit fac89bd

Please sign in to comment.