Fixed transporter showing on radar echos

This commit is contained in:
Unknown 2019-09-16 21:56:09 +02:00 committed by unknown
parent 755d1e8ec6
commit 2fad22257a

View file

@ -15,7 +15,7 @@ public enum EnumStarMapEntryType implements IStringSerializable {
STRUCTURE (5, "structure" , true ), // a structure from WorldGeneration (moon, asteroid field, etc.)
WARP_ECHO (6, "warp_echo" , true ), // remains of a warp
ACCELERATOR(7, "accelerator", false), // an accelerator setup
TRANSPORTER(8, "transporter", true ); // a transporter room
TRANSPORTER(8, "transporter", false); // a transporter room
private final int id;
private final String name;