mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-03 15:08:02 +01:00
Fixed incorrect warning about unrecognized "entity" parameter in TellActionLoader.
This commit is contained in:
parent
fc5c59ec85
commit
70ae1c46a2
@ -47,7 +47,7 @@ public TellAction read(ConfigurationNode node) throws DefinitionException {
|
||||
action.setParser(manager.getParser());
|
||||
|
||||
RuleListUtils.warnUnknown(node, LoggerUtils.getLogger(getClass()),
|
||||
"message");
|
||||
"entity", "message");
|
||||
|
||||
return action;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user