Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
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());
|
||||
if (!blocked.isEmpty()) {
|
||||
throw new DisallowedUsageException(Caption.of(
|
||||
"fawe.error.limit.disallowed-block",
|
||||
"fawe.error.limit.disallowed-property",
|
||||
TextComponent.of(input)
|
||||
));
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren