Reverted name change to un-break mods
This commit is contained in:
@@ -50,7 +50,7 @@ public class UI implements ApplicationListener, Loadable{
|
||||
|
||||
public AboutDialog about;
|
||||
public GameOverDialog restart;
|
||||
public CustomMapsDialog custom;
|
||||
public CustomGameDialog custom;
|
||||
public EditorMapsDialog maps;
|
||||
public LoadDialog load;
|
||||
public DiscordDialog discord;
|
||||
@@ -185,7 +185,7 @@ public class UI implements ApplicationListener, Loadable{
|
||||
join = new JoinDialog();
|
||||
discord = new DiscordDialog();
|
||||
load = new LoadDialog();
|
||||
custom = new CustomMapsDialog();
|
||||
custom = new CustomGameDialog();
|
||||
language = new LanguageDialog();
|
||||
database = new DatabaseDialog();
|
||||
settings = new SettingsMenuDialog();
|
||||
|
||||
@@ -2,10 +2,10 @@ package mindustry.ui.dialogs;
|
||||
|
||||
import mindustry.maps.*;
|
||||
|
||||
public class CustomMapsDialog extends MapListDialog{
|
||||
public class CustomGameDialog extends MapListDialog{
|
||||
private MapPlayDialog dialog = new MapPlayDialog();
|
||||
|
||||
public CustomMapsDialog(){
|
||||
public CustomGameDialog(){
|
||||
super("@customgame", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user