9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2026-01-04 15:31:38 +00:00

Fix discovered title not working

This commit is contained in:
SamB440
2021-10-10 17:02:46 +01:00
parent 8b569eb862
commit a41941bc5f

View File

@@ -267,7 +267,7 @@ public class ConfiguredRegion {
*/
@NotNull
public List<String> getDiscoveredTitle(Player player) {
if (title == null) {
if (discoveredTitle == null) {
return Translations.ALREADY_DISCOVERED_TITLE.getList(player, customName);
}