mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-05 21:10:53 +07:00
Fixed #9759
This commit is contained in:
parent
d8c39089c6
commit
0cdbeef980
@ -291,7 +291,7 @@ public class GameService{
|
||||
});
|
||||
|
||||
Events.on(SectorLaunchLoadoutEvent.class, e -> {
|
||||
if(!schematics.isDefaultLoadout(e.loadout)){
|
||||
if(e.sector.planet == Planets.serpulo && !schematics.isDefaultLoadout(e.loadout)){
|
||||
launchCoreSchematic.complete();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user