fix old commit

This commit is contained in:
Hri7566 2022-09-10 01:24:52 -04:00
parent bb58eac9a5
commit c8d126c437
1 changed files with 1 additions and 1 deletions

View File

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