We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be840a commit c13677dCopy full SHA for c13677d
game/js/Cfunction.js
@@ -47,7 +47,7 @@ var $User = (function () {
47
Gecko: userAgent.includes("Gecko") && !userAgent.includes("KHTML"),
48
},
49
Server: {
50
- URL: "http://127.0.0.1:7896",
+ URL: "https://backend.pvzm.net",
51
52
HTML5: (function () {
53
return !!document.createElement("canvas").getContext;
0 commit comments