Use correct announcement in AutoStartTimer.

This commit is contained in:
garbagemule 2014-02-25 04:33:43 +01:00
parent 4299353ded
commit 5e83c4e7e9

View File

@ -50,7 +50,7 @@ public class AutoStartTimer extends CountdownTimer implements TimerCallback {
internalCallback = new LevelCallback(arena, this);
} else {
int[] triggers = {30, 10, 5, 4, 3, 2, 1};
internalCallback = new ChatCallback(arena, Msg.ARENA_JOIN_PERIOD, this, triggers);
internalCallback = new ChatCallback(arena, Msg.ARENA_AUTO_START, this, triggers);
}
}