Skip to content

Commit

Permalink
Fix #1761
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Dec 7, 2024
1 parent 18baa61 commit c9206ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public void onInitializeClient() {
}

private void loadTestPlugins() {
if (System.getProperty("rei.test", "false").equals("true") || true) {
if (System.getProperty("rei.test", "false").equals("true")) {
PluginView.getClientInstance().registerPlugin(new REITestPlugin());
PluginView.getInstance().registerPlugin(new REITestCommonPlugin());
}
Expand Down

0 comments on commit c9206ba

Please sign in to comment.