= Moved registration

This commit is contained in:
Matthew Cech
2019-06-30 00:18:49 -07:00
parent d054cf2036
commit 6d36ec0ade
4 changed files with 108 additions and 74 deletions
+3
View File
@@ -65,6 +65,9 @@ public class Config
{
GlobalLog.log("File updated at " + monitoredFile.path);
buildConfigFile(monitoredFile.path.toString());
// Re-register all commands now that we've updated the config
CommandManager.instance.registerAllCommands();
});
}
}