Fixed some bugs with multiplayer/file chooser

This commit is contained in:
Anuken
2018-01-07 17:48:06 -05:00
parent b645d5abfb
commit a9795e83aa
3 changed files with 10 additions and 4 deletions
@@ -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);