Can only reproduce it in SP. AI turrets throw classcastexceptions. The **Any** type seems to shoot from time to time though, it may be the only one who doesn't cause an immediate AI error.
Log: {F7653}
```[2016-05-23 15:34:33] Exception: Error occured updating AI (ExcMessage: obfuscated.anH cannot be cast to obfuscated.aCv): Current Program: org.schema.game.server.ai.program.turret.TurretProgram@788dc51; state: EngagingTurretTarget; in Ship[PD Turret Platform_1464010270915rl00](19)
[2016-05-23 15:34:33] java.lang.ClassCastException: obfuscated.anH cannot be cast to obfuscated.aCv
[2016-05-23 15:34:33] at obfuscated.hW.e(SourceFile:238)
[2016-05-23 15:34:33] at obfuscated.hW.a(SourceFile:89)
[2016-05-23 15:34:33] at obfuscated.all.orientate(SourceFile:694)
[2016-05-23 15:34:33] at org.schema.game.server.ai.program.turret.states.EngagingTurretTarget.updateAI(SourceFile:142)
[2016-05-23 15:34:33] at org.schema.game.server.ai.program.turret.TurretShipAIEntity.updateAIServer(SourceFile:49)
[2016-05-23 15:34:33] at obfuscated.apl.updateOnActive(SourceFile:51)
[2016-05-23 15:34:33] at obfuscated.all.updateOnActive(SourceFile:333)
[2016-05-23 15:34:33] at obfuscated.apj.update(SourceFile:119)
[2016-05-23 15:34:33] at obfuscated.RM.a(SourceFile:223)
[2016-05-23 15:34:33] at obfuscated.Rk.updateLocal(SourceFile:561)
[2016-05-23 15:34:33] at org.schema.game.server.controller.GameServerController.update(SourceFile:1355)
[2016-05-23 15:34:33] at org.schema.schine.network.server.ServerController.run(SourceFile:270)
[2016-05-23 15:34:33] at java.lang.Thread.run(Unknown Source)```