Skip to content

Commit

Permalink
Merge pull request #36 from redstonekasi/experiments-good
Browse files Browse the repository at this point in the history
experiments: fix help context menu
  • Loading branch information
Cynosphere authored Feb 8, 2024
2 parents 7c4650c + 3511152 commit 21d6580
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 21d6580

Please sign in to comment.