Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit bc74647

Browse files
committed
Fix restart always required
1 parent 54cfeb1 commit bc74647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginLoader/GUI/MainPluginMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class MainPluginMenu : PluginScreen
1919
private MyGuiControlCheckbox consentBox;
2020
private MyGuiControlParent pluginsPanel;
2121
private MyGuiControlParent modsPanel;
22-
private bool requiresRestart = true;
22+
private bool requiresRestart = false;
2323

2424
public MainPluginMenu(IEnumerable<PluginData> plugins, PluginConfig config) : base(size: new Vector2(1, 0.9f))
2525
{

0 commit comments

Comments
 (0)