mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix: use correct string for disallowed property use
This commit is contained in:
parent
eb1c9dc4db
commit
d82bf0527e
@ -207,7 +207,7 @@ public class DefaultBlockParser extends InputParser<BaseBlock> {
|
||||
}).collect(Collectors.toSet());
|
||||
if (!blocked.isEmpty()) {
|
||||
throw new DisallowedUsageException(Caption.of(
|
||||
"fawe.error.limit.disallowed-block",
|
||||
"fawe.error.limit.disallowed-property",
|
||||
TextComponent.of(input)
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user