Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Fix typo
Dieser Commit ist enthalten in:
Ursprung
aa3ae63682
Commit
876d84aec0
@ -402,7 +402,7 @@ public class BlockTransformExtent extends ResettableExtent {
|
|||||||
if (directions != null) {
|
if (directions != null) {
|
||||||
int oldIndex = property.getIndex(newMaskedId);
|
int oldIndex = property.getIndex(newMaskedId);
|
||||||
if (oldIndex >= directions.length) {
|
if (oldIndex >= directions.length) {
|
||||||
LOGGER.warn(String.format("Index outside direction array length found for block:{%s} propery:{%s}", state.getBlockType().getId(), property.getName()));
|
LOGGER.warn(String.format("Index outside direction array length found for block:{%s} property:{%s}", state.getBlockType().getId(), property.getName()));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
Integer newIndex = getNewStateIndex(transform, directions, oldIndex);
|
Integer newIndex = getNewStateIndex(transform, directions, oldIndex);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren