Fixed transporter showing on radar echos
This commit is contained in:
parent
755d1e8ec6
commit
2fad22257a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue