Selaa lähdekoodia

Fixed plugin stopping to keep it from removing the plugin.

Nathaniel van Diepen 10 vuotta sitten
vanhempi
commit
cc2a655a81
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      app/www/js/omnomirc.js

+ 0 - 3
app/www/js/omnomirc.js

@@ -510,9 +510,6 @@
 							hooks.spice(i,1);
 						}
 					}
-					// TODO, remove other things
-					plugins[name] = undefined;
-					delete plugins[name];
 				}else{
 					return false;
 				}