mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-25 18:47:44 +01:00
Added a startup message indicating when all features all supported.
This commit is contained in:
parent
ffa38f9fd1
commit
e4af400acb
@ -101,6 +101,9 @@ public void initialize() {
|
|||||||
if (missingFeatures.size() > 0) {
|
if (missingFeatures.size() > 0) {
|
||||||
logger.log(Level.WARNING, "WorldGuard: Your version of hMod does not support "
|
logger.log(Level.WARNING, "WorldGuard: Your version of hMod does not support "
|
||||||
+ concatMissingFeatures(missingFeatures) + ".");
|
+ concatMissingFeatures(missingFeatures) + ".");
|
||||||
|
} else {
|
||||||
|
logger.log(Level.INFO, "WorldGuard: Your version of hMod appears to"
|
||||||
|
+ " support all features.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user