mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2026-01-04 15:31:38 +00:00
Fix translation enum key
This commit is contained in:
@@ -31,7 +31,7 @@ public enum Translations {
|
||||
TELEPORT(TranslationKey.of("teleport")),
|
||||
TELEPORT_COOLDOWN(TranslationKey.of("teleport_cooldown")),
|
||||
TELEPORT_COST(TranslationKey.of("teleport_cost")),
|
||||
NO_MONEY(TranslationKey.of("teleport_no_money")),
|
||||
TELEPORT_NO_MONEY(TranslationKey.of("teleport_no_money")),
|
||||
CANNOT_TELEPORT(TranslationKey.of("cannot_teleport")),
|
||||
UNKNOWN_REGION(TranslationKey.of("unknown_region")),
|
||||
EXIT(TranslationKey.of("exit")),
|
||||
|
||||
Reference in New Issue
Block a user