diff --git a/core/src/io/anuke/mindustry/core/Platform.java b/core/src/io/anuke/mindustry/core/Platform.java index 88b971cfca..1c3ab23003 100644 --- a/core/src/io/anuke/mindustry/core/Platform.java +++ b/core/src/io/anuke/mindustry/core/Platform.java @@ -71,9 +71,9 @@ public abstract class Platform { * @param content Type of files to be loaded * @param cons Selection listener * @param open Whether to open or save files. - * @param filetypes List of file extensions to filter. + * @param filetype File extensions to filter. */ - public void showFileChooser(String text, String content, Consumer cons, boolean open, String... filetypes){} + public void showFileChooser(String text, String content, Consumer cons, boolean open, String filetype){} /**Use the default thread provider from the kryonet module for this.*/ public ThreadProvider getThreadProvider(){ return new ThreadProvider() {