Skip to content

Commit

Permalink
Map temporarily removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Jun 7, 2019
1 parent ab107bf commit cb3bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/io/anuke/mindustry/maps/Maps.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class Maps implements Disposable{
/** List of all built-in maps. Filenames only. */
private static final String[] defaultMapNames = {"fortress", "shoreline", "labyrinth", "islands"};
private static final String[] defaultMapNames = {"fortress", "labyrinth", "islands"};
/** All maps stored in an ordered array. */
private Array<Map> maps = new Array<>();
/** Serializer for meta. */
Expand Down

0 comments on commit cb3bbd1

Please sign in to comment.