geforkt von Mirrors/FastAsyncWorldEdit
fix: use correct string for disallowed property use
Dieser Commit ist enthalten in:
Ursprung
eb1c9dc4db
Commit
d82bf0527e
@ -207,7 +207,7 @@ public class DefaultBlockParser extends InputParser<BaseBlock> {
|
|||||||
}).collect(Collectors.toSet());
|
}).collect(Collectors.toSet());
|
||||||
if (!blocked.isEmpty()) {
|
if (!blocked.isEmpty()) {
|
||||||
throw new DisallowedUsageException(Caption.of(
|
throw new DisallowedUsageException(Caption.of(
|
||||||
"fawe.error.limit.disallowed-block",
|
"fawe.error.limit.disallowed-property",
|
||||||
TextComponent.of(input)
|
TextComponent.of(input)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren