mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-16 23:55:23 +01:00
Fixed missing exception message for an unknown action/criteria class in RuleEntryLoader.
This commit is contained in:
parent
9b1b665da7
commit
e355bb0055
@ -162,7 +162,8 @@ public T read(ConfigurationNode node) {
|
||||
|
||||
// Throw an exception in strict mode
|
||||
if (strict) {
|
||||
throw new LoaderBuilderException();
|
||||
throw new LoaderBuilderException("RuleList: Invalid definition " +
|
||||
"identified by type '" + id + "': " + e.getMessage());
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user