BackwardsCompat

This commit is contained in:
Raoul Van den Berge
2016-06-21 23:32:16 +02:00
parent c1395c7bb8
commit 7687c2e385

View File

@@ -88,7 +88,7 @@ public abstract class TileSlave extends TileBase implements ISynchronizedContain
if (network == null) {
if (controller != null) {
// For backwards compatiblity
// For backwards compatibility
NetworkMaster network = NetworkMasterRegistry.get(controller.getPos(), world.provider.getDimension());
if (network != null) {