mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix Titles
This commit is contained in:
parent
e615fb4c44
commit
6c40ed7718
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user