0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

starred -> favorite

This commit is contained in:
Alexander01998 2020-12-11 17:44:39 +01:00
parent 015d0c5a2b
commit 4d655bacfa

View File

@ -516,7 +516,7 @@ public final class AltManagerScreen extends Screen
// tags
String tags = alt.isCracked() ? "\u00a78cracked" : "\u00a72premium";
if(alt.isStarred())
tags += "\u00a7r, \u00a7estarred";
tags += "\u00a7r, \u00a7efavorite";
if(alt.isUnchecked())
tags += "\u00a7r, \u00a7cunchecked";
client.textRenderer.draw(matrixStack, tags, x + 31, y + 15,