added 'off' alias to funbox none

This commit is contained in:
Jack 2021-08-31 14:12:35 +01:00
parent 0648399cbd
commit 3f0661c335

View file

@ -138,6 +138,7 @@ let commandsFunbox = {
id: "changeFunboxNone",
display: "none",
configValue: "none",
alias: "off",
exec: () => {
if (Funbox.setFunbox("none", null)) {
TestLogic.restart();