diff --git a/Plugins/PluginConfig.cs b/Plugins/PluginConfig.cs
index fe9e8e58..d1813d30 100644
--- a/Plugins/PluginConfig.cs
+++ b/Plugins/PluginConfig.cs
@@ -40,6 +40,7 @@ public void Load(string file){
                     }
                 }
             }catch(FileNotFoundException){
+                Save(file);
             }catch(DirectoryNotFoundException){
             }catch(Exception e){
                 Program.Reporter.HandleException("Plugin Configuration Error", "Could not read the plugin configuration file. If you continue, the list of disabled plugins will be reset to default.", true, e);