Fixed some bugs with multiplayer/file chooser
This commit is contained in:
@@ -50,6 +50,7 @@ public class FileChooser extends FloatingDialog {
|
||||
Table content = new Table();
|
||||
|
||||
filefield = new TextField();
|
||||
filefield.setOnlyFontChars(false);
|
||||
if(!open) Mindustry.platforms.addDialog(filefield);
|
||||
filefield.setDisabled(open);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user