Probably one more

This commit is contained in:
Patrick 'Quezler' Mounier 2020-11-19 20:50:14 +01:00 committed by GitHub
parent 72136ebea3
commit 637cca2e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,7 +345,7 @@ public class NetClient implements ApplicationListener{
public static void warningToast(int unicode, String text){
if(text == null || Fonts.def.getData().getGlyph((char)unicode) == null) return;
ui.hudfrag.showToast(Fonts.getGlyph(ui.Fonts.def, (char)unicode), text);
ui.hudfrag.showToast(Fonts.getGlyph(Fonts.def, (char)unicode), text);
}
@Remote(variants = Variant.both)