mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 07:00:06 +07:00
Preset capture waves / More tooltips
This commit is contained in:
@ -86,10 +86,11 @@ public class SStats implements SteamUserStatsCallback{
|
||||
}
|
||||
});
|
||||
|
||||
//TODO achievement invalid
|
||||
Events.on(ZoneConfigureCompleteEvent.class, e -> {
|
||||
if(!content.sectors().contains(z -> !z.canConfigure())){
|
||||
configAllZones.complete();
|
||||
}
|
||||
//if(!content.sectors().contains(z -> !z.canConfigure())){
|
||||
// configAllZones.complete();
|
||||
//}
|
||||
});
|
||||
|
||||
Events.on(Trigger.newGame, () -> Core.app.post(() -> {
|
||||
|
Reference in New Issue
Block a user