mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-18 00:25:34 +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);
|
||||
loadConfiguration();
|
||||
|
||||
plugin.getLogger().info("Loaded configuration for world '" + worldName + '"');
|
||||
plugin.getLogger().info("Loaded configuration for world '" + worldName + "'");
|
||||
}
|
||||
|
||||
private boolean getBoolean(String node, boolean def) {
|
||||
|
Loading…
Reference in New Issue
Block a user