Skip to content

Commit

Permalink
experiments: fix help context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonekasi committed Feb 8, 2024
1 parent 5d13495 commit 3511152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core-extensions/src/experiments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Patch } from "@moonlight-mod/types";

export const patches: Patch[] = [
{
find: "isStaffEnv:",
find: "isStaffPersonal:",
replace: {
match: /.\.isStaff\(\)/,
replacement: "!0"
match: /&&null!=this\.personalConnectionId/,
replacement: "||!0"
}
},
{
Expand Down

0 comments on commit 3511152

Please sign in to comment.