added fixme bugreport

This commit is contained in:
kremsy 2014-07-10 22:23:47 +02:00
parent a17c0f160b
commit 7d411aa76d

View File

@ -552,6 +552,7 @@ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkP
break;
}
} else {
//FIXME bugreport, no fail message on vote fail sometimes
$this->maniaControl->chat->sendError('Vote Failed!');
}
}