mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-24 18:01:25 +02:00
Fix Titles
This commit is contained in:
@ -54,7 +54,9 @@ public class PlotListener {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
titles = plot.getFlag(Flags.TITLES, true);
|
||||
if (Settings.TITLES) {
|
||||
titles = plot.getFlag(Flags.TITLES, true);
|
||||
}
|
||||
Optional<String> greetingFlag = plot.getFlag(Flags.GREETING);
|
||||
if (greetingFlag.isPresent()) {
|
||||
greeting = greetingFlag.get();
|
||||
|
Reference in New Issue
Block a user