Fixed server update listener

This commit is contained in:
hydrabolt
2015-11-01 14:09:00 +00:00
parent 5adcb5b8eb
commit 7175218ecf
14 changed files with 129 additions and 12 deletions

View File

@@ -24,6 +24,11 @@ class Equality{
}
return false;
}
equalsStrict(object){
// override per class type
return;
}
}
module.exports = Equality;