A server had a nullpointer exception (that got catched), supposedly it was caused by a planet shipyard although I can't reproduce.
```[2016-02-03 23:22:01] java.lang.NullPointerException
[2016-02-03 23:22:01] at obfuscated.apS.b(SourceFile:1091)
[2016-02-03 23:22:01] at obfuscated.apN.a(SourceFile:200)
[2016-02-03 23:22:01] at org.schema.game.common.controller.elements.shipyard.orders.states.CreateDesignFromBlueprint.onUpdate(SourceFile:116)
[2016-02-03 23:22:01] at obfuscated.aqK.update(SourceFile:213)
[2016-02-03 23:22:01] at obfuscated.aqG.update(SourceFile:145)
[2016-02-03 23:22:01] at org.schema.game.common.controller.elements.shipyard.ShipyardCollectionManager.update(SourceFile:1210)
[2016-02-03 23:22:01] at org.schema.game.common.controller.elements.ManagerModuleCollection.update(SourceFile:149)
[2016-02-03 23:22:01] at org.schema.game.common.controller.elements.ManagerContainer.updateLocal(SourceFile:1741)
[2016-02-03 23:22:01] at org.schema.game.common.controller.elements.StationaryManagerContainer.updateLocal(SourceFile:644)
[2016-02-03 23:22:01] at obfuscated.Rr.updateLocal(SourceFile:283)
[2016-02-03 23:22:01] at org.schema.game.server.controller.GameServerController.update(SourceFile:1276)
[2016-02-03 23:22:01] at org.schema.schine.network.server.ServerController.run(SourceFile:256)
[2016-02-03 23:22:01] at java.lang.Thread.run(Unknown Source)
[2016-02-03 23:22:01] [SERVER] Exception catched```
Don't have the rest of the logs though, hope this is enough to fix it (not that we can confirm the fix anyway...)