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

Fix prefix

This commit is contained in:
Alexander01998 2024-07-22 14:49:14 +02:00
parent be6fd81e44
commit a249372ac9

View File

@ -79,7 +79,7 @@ public final class LanguageSetting extends EnumSetting<LanguageSetting.Language>
{
this.name = name;
this.value = value;
prefix = "\u00a7a[\u00a7b" + value + "\u00a7a]:\u00a7r ";
prefix = "\u00a7a[\u00a7b" + name + "\u00a7a]:\u00a7r ";
}
public String getValue()