Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +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) {
|
||||
int oldIndex = property.getIndex(newMaskedId);
|
||||
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;
|
||||
}
|
||||
Integer newIndex = getNewStateIndex(transform, directions, oldIndex);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren