diff --git a/source/client/index.ts b/source/client/index.ts index f183bd4..f95e99d 100644 --- a/source/client/index.ts +++ b/source/client/index.ts @@ -37,7 +37,3 @@ async function initClientSide() { .then(() => mp.console.logInfo("[SHR0X FRAMEWORK]: Initialized client-side.")) .catch((err) => mp.console.logError(`${err.message}`)); })(); -/** dev only */ -mp.events.add("consoleCommand", (cmd) => { - eval(cmd); -});