mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix Titles
This commit is contained in:
parent
e615fb4c44
commit
6c40ed7718
@ -54,7 +54,9 @@ public class PlotListener {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
titles = plot.getFlag(Flags.TITLES, true);
|
if (Settings.TITLES) {
|
||||||
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user