This? Noooooooo?

This commit is contained in:
Raoul Van den Berge
2016-05-18 01:24:36 +02:00
parent e5ba16e27c
commit 2cc1aaa4d9

View File

@@ -424,7 +424,9 @@ public class TileController extends TileBase implements IEnergyReceiver, ISynchr
} }
} }
syncItems(); if (newStack != null) {
syncItems();
}
return newStack; return newStack;
} }