mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-18 15:17:36 +01:00
Let's not confuse certain highlighters.
This commit is contained in:
parent
7fd424cf65
commit
4b2f0c8020
@ -172,7 +172,7 @@ public WorldConfiguration(WorldGuardPlugin plugin, String worldName, YAMLProcess
|
|||||||
config = new YAMLProcessor(configFile, true, YAMLFormat.EXTENDED);
|
config = new YAMLProcessor(configFile, true, YAMLFormat.EXTENDED);
|
||||||
loadConfiguration();
|
loadConfiguration();
|
||||||
|
|
||||||
plugin.getLogger().info("Loaded configuration for world '" + worldName + '"');
|
plugin.getLogger().info("Loaded configuration for world '" + worldName + "'");
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean getBoolean(String node, boolean def) {
|
private boolean getBoolean(String node, boolean def) {
|
||||||
|
Loading…
Reference in New Issue
Block a user