From 6fcc570463139e72b37f90de8ecf4da7fc5de42b Mon Sep 17 00:00:00 2001 From: Fate-JH Date: Thu, 20 Apr 2023 23:58:00 -0400 Subject: [PATCH] experimental droppod feature that was abandoned as too complicated --- .../net/psforever/services/InterstellarClusterService.scala | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/scala/net/psforever/services/InterstellarClusterService.scala b/src/main/scala/net/psforever/services/InterstellarClusterService.scala index 54bdfa032..a1dca5db9 100644 --- a/src/main/scala/net/psforever/services/InterstellarClusterService.scala +++ b/src/main/scala/net/psforever/services/InterstellarClusterService.scala @@ -85,11 +85,6 @@ object InterstellarClusterService { replyTo: ActorRef[DroppodLaunchExchange] ) extends Command - final case class DroppodOntoHotspot( - faction: PlanetSideEmpire.Value, - replyTo: ActorRef[DroppodLaunchExchange] - ) extends Command - final case class CavernRotation(msg: CavernRotationService.Command) extends Command trait DroppodLaunchExchange