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