how tf can I be this dumb

This commit is contained in:
Jean Ouina 2020-06-10 21:23:15 +02:00
parent 2e9096e965
commit ffd1b9bff6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -348,7 +348,7 @@ export default new class V2_SettingsPanel {
BDV2.reactDom.render(this.coreComponent, root);
}
renderLightordSettings() {
renderLightcordSettings() {
const root = this.root;
if (!root) return Utils.err("SettingsPanel", "FAILED TO LOCATE ROOT: .layer-3QrUeG .standardSidebarView-3F1I7i");
BDV2.reactDom.render(this.lightcordComponent, root);