From 863fa4ca7575540e4081418acf144a06c4bc0b0c Mon Sep 17 00:00:00 2001 From: ScrawnyRonnie Date: Tue, 3 Jun 2025 09:02:28 -0400 Subject: [PATCH] don't force mines --- .../net/psforever/actors/session/normal/GeneralLogic.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/net/psforever/actors/session/normal/GeneralLogic.scala b/src/main/scala/net/psforever/actors/session/normal/GeneralLogic.scala index 35fb4f45..fdfa1c9b 100644 --- a/src/main/scala/net/psforever/actors/session/normal/GeneralLogic.scala +++ b/src/main/scala/net/psforever/actors/session/normal/GeneralLogic.scala @@ -408,7 +408,7 @@ class GeneralLogic(val ops: GeneralOperations, implicit val context: ActorContex log.info(s"${player.Name} is constructing a $ammoType deployable") sessionLogic.zoning.CancelZoningProcessWithDescriptiveReason("cancel_use") if (ammoType == DeployedItem.spitfire_turret || ammoType == DeployedItem.spitfire_cloaked || - ammoType == DeployedItem.spitfire_aa || ammoType == DeployedItem.he_mine || ammoType == DeployedItem.jammer_mine) { + ammoType == DeployedItem.spitfire_aa) { ops.handleDeployObject(continent, ammoType, pos, orient, OutsideOf, player.Faction, player, obj) } else {