Skip to content

Commit

Permalink
Fixed Experiments (#608)
Browse files Browse the repository at this point in the history
* Fixed Replugged Crash

* ExperimentsFix
  • Loading branch information
zrodevkaan authored Apr 3, 2024
1 parent bd4e5a8 commit 1ceb6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/coremods/experiments/plaintextPatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const generalSettings = await init<GeneralSettings, keyof typeof defaultSettings

export default [
{
find: /\.displayName="(Developer)?ExperimentStore"/,
find: /"displayName","(Developer)?ExperimentStore"/,
replacements: generalSettings.get("experiments")
? [
{
Expand Down

0 comments on commit 1ceb6a9

Please sign in to comment.