This commit is contained in:
Jascha Starke 2013-09-21 10:23:55 +02:00
parent ed809b5b18
commit d8cc4f2412

View file

@ -30,7 +30,7 @@ public class DBModel {
if (metaBlock.set && metaBlock.state != null) {
BlockState state = metaBlock.state;
state.setLocation(to.getLocation());
setMetaBlock(to, getMetaBlock(from).state);
setMetaBlock(to, state);
} else {
removeMetaBlock(to);
}