Revert "eval fix"

This reverts commit c2cfb4b81c.
This commit is contained in:
Hri7566 2022-09-10 01:24:18 -04:00
parent cff13da2eb
commit 4fe5b8878c
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
module.exports = Object.seal({
port: 8443,
// motd: "humongous clement",
motd: "humongous clement",
_id_PrivateKey: process.env.SALT,
// defaultLobbyColor: "#19b4b9",
@ -23,6 +23,6 @@ module.exports = Object.seal({
visible: true
},
hostDevFiles: true,
enableMPPCloneBot: false
hostDevFiles: false,
enableMPPCloneBot: true
});

View File

@ -96,7 +96,7 @@ class InternalBot {
break;
case "eval":
if (!isAdmin) return;
cl.server.ev(argcat);
cl.server.eval(argcat);
break;
}
});