critical fix
This commit is contained in:
@@ -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() + " "));
|
||||
});
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=c1f1b3d22d98cd850e648f2bd7fbc73b1ced8624
|
||||
archash=2f4ad773823b460478c649352ac40a4f0d57acc6
|
||||
|
||||
Reference in New Issue
Block a user