dow
This commit is contained in:
parent
ed809b5b18
commit
d8cc4f2412
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class DBModel {
|
||||||
if (metaBlock.set && metaBlock.state != null) {
|
if (metaBlock.set && metaBlock.state != null) {
|
||||||
BlockState state = metaBlock.state;
|
BlockState state = metaBlock.state;
|
||||||
state.setLocation(to.getLocation());
|
state.setLocation(to.getLocation());
|
||||||
setMetaBlock(to, getMetaBlock(from).state);
|
setMetaBlock(to, state);
|
||||||
} else {
|
} else {
|
||||||
removeMetaBlock(to);
|
removeMetaBlock(to);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue