**Server throws exceptions when i connect factories (with enhancer) to an EMPTY Micro Assembler.**
Log:
```
[2015-08-24 16:36:17] org.schema.game.common.data.player.inventory.NoSlotFreeException: 1 of type: Alloyed Metal Mesh(440); Wo; max slots: 2;
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:1115)
[2015-08-24 16:36:17] at obfuscated.Wb.d(SourceFile:1157)
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:873)
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:846)
[2015-08-24 16:36:17] at org.schema.game.common.controller.elements.FactoryAddOn.produce(SourceFile:97)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.produce(SourceFile:403)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.manufactureStep(SourceFile:359)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.updateLocal(SourceFile:178)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.PlayerState.updateLocal(SourceFile:1083)
[2015-08-24 16:36:17] at org.schema.game.server.controller.GameServerController.update(SourceFile:1155)
[2015-08-24 16:36:17] at org.schema.schine.network.server.ServerController.run(SourceFile:253)
[2015-08-24 16:36:17] at java.lang.Thread.run(Thread.java:745)
[2015-08-24 16:36:17] org.schema.game.common.data.player.inventory.NoSlotFreeException: 1 of type: Crystal Composite(220); Wo; max slots: 2;
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:1115)
[2015-08-24 16:36:17] at obfuscated.Wb.d(SourceFile:1157)
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:873)
[2015-08-24 16:36:17] at obfuscated.Wb.a(SourceFile:846)
[2015-08-24 16:36:17] at org.schema.game.common.controller.elements.FactoryAddOn.produce(SourceFile:97)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.produce(SourceFile:403)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.manufactureStep(SourceFile:359)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.AbstractOwnerState.updateLocal(SourceFile:178)
[2015-08-24 16:36:17] at org.schema.game.common.data.player.PlayerState.updateLocal(SourceFile:1083)
[2015-08-24 16:36:17] at org.schema.game.server.controller.GameServerController.update(SourceFile:1155)
[2015-08-24 16:36:17] at org.schema.schine.network.server.ServerController.run(SourceFile:253)
[2015-08-24 16:36:17] at java.lang.Thread.run(Thread.java:745)
```