Fixed Karma + chat

This commit is contained in:
Max Klaversma
2014-04-30 16:57:49 +02:00
committed by Steffen Schröder
parent 14dcaa92f1
commit 665965c3d8
3 changed files with 15 additions and 5 deletions

View File

@ -550,6 +550,16 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
return $votes;
}
/**
* Get all players votes
*
* @param Map $map
* @return array
*/
public function getMapPlayerVotes(Map $map) {
}
/**
* Build karma voting manialink if necessary
*