Fixed web version bugs

This commit is contained in:
Anuken
2018-07-12 14:06:50 -04:00
parent 1f18e7beed
commit 8e9adeb4b4
5 changed files with 14 additions and 5 deletions

View File

@@ -218,6 +218,16 @@ public class HtmlLauncher extends GwtApplication {
public InputStream read() {
return stream;
}
@Override
public String nameWithoutExtension() {
return "unknown";
}
@Override
public String name() {
return "unknown";
}
});
}
}