Fixed a typo in nano battles
This commit is contained in:
parent
aee9b2986c
commit
6769a7e8fb
@ -85,7 +85,7 @@ public class MicroBattle extends TeamGame
|
||||
|
||||
new MapCourruptionComponent(this)
|
||||
.setRate(8)
|
||||
.setEnableAfter(TimeUnit.SECONDS.toMillis(15), () -> announce(F.main(getManager().getName(), "The world beings to corrupt..."), Sound.ENDERDRAGON_GROWL));
|
||||
.setEnableAfter(TimeUnit.SECONDS.toMillis(15), () -> announce(F.main(getManager().getName(), "The world begins to corrupt..."), Sound.ENDERDRAGON_GROWL));
|
||||
|
||||
_scoreboardComponent.setSidebar((player, scoreboard) ->
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user