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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user