- Karma plugin

- ColorUtil
- Minor improvements
This commit is contained in:
Steffen Schröder
2013-11-28 01:12:52 +01:00
parent c14c025df3
commit 80db4071ce
10 changed files with 586 additions and 22 deletions

View File

@ -171,6 +171,8 @@ class LocalRecordsPlugin extends Plugin implements CallbackListener {
$this->updateManialink = true;
// Announce record
// TODO: setting für nur-zum-spieler senden
// TODO: setting für nur-besten-x-announcen
$newRecord = $this->getLocalRecord($map, $player);
if (!$oldRecord || $newRecord->rank < $oldRecord->rank) {
$improvement = 'gained the';