remove regular Extension, have SimpleExtension take its place, optimise the event system based on SimpleExtension methods

This commit is contained in:
Shish
2012-02-08 12:07:01 +00:00
parent 2b85e2d2fd
commit 0698b780f9
69 changed files with 79 additions and 116 deletions

View File

@ -19,7 +19,7 @@ class NumericScoreSetEvent extends Event {
}
}
class NumericScore extends SimpleExtension {
class NumericScore extends Extension {
public function onInitExt(InitExtEvent $event) {
global $config;
if($config->get_int("ext_numeric_score_version", 0) < 1) {