Skip to content

Commit

Permalink
unvpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 authored May 14, 2024
1 parent 1d04807 commit ea75829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/freemoji/src/patches/nitroChecks.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { findByProps } from "@vendetta/metro";
import { instead } from "../vpatcher";
import { instead } from "@vendetta/patcher";

const nitroInfo = findByProps("canUseEmojisEverywhere");

export default [
instead("canUseEmojisEverywhere", nitroInfo, () => true),
instead("canUseAnimatedEmojis", nitroInfo, () => true),
];
];

0 comments on commit ea75829

Please sign in to comment.