critical fix

This commit is contained in:
Anuken
2020-12-29 11:40:53 -05:00
parent 6357c17f8a
commit f89f1e2346
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ public class HudFragment extends Fragment{
}
});
Events.on(SectorCaptureEvent.class, e ->{
Events.on(SectorCaptureEvent.class, e -> {
showToast(Core.bundle.format("sector.captured", e.sector.isBeingPlayed() ? "" : e.sector.name() + " "));
});