small fix

This commit is contained in:
kremsy 2014-02-23 23:49:30 +01:00 committed by Steffen Schröder
parent 1541c53417
commit ba368be6b1

View File

@ -217,6 +217,7 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
* @param Map $map
*/
public function handleBeginMap(Map $map) {
unset($this->mxKarma['votes']);
$this->updateManialink = true;
}