Skip to content

Commit

Permalink
Merge pull request #10 from shr0x/0.0.5
Browse files Browse the repository at this point in the history
disabled dev stuff
  • Loading branch information
shr0x authored Jun 2, 2024
2 parents 4b0bd82 + 33d86cb commit 87451df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

0 comments on commit 87451df

Please sign in to comment.