mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-25 17:01:30 +01:00
Use correct announcement in AutoStartTimer.
This commit is contained in:
parent
4299353ded
commit
5e83c4e7e9
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user