mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix typo
This commit is contained in:
parent
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user