Fixed a typo in nano battles

This commit is contained in:
Sam 2018-09-21 11:51:37 +01:00 committed by Alexander Meech
parent aee9b2986c
commit 6769a7e8fb
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->
{