mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
tactical voice macro channel, gm bail
This commit is contained in:
parent
9f40e1fd45
commit
58be6f178f
|
|
@ -302,7 +302,7 @@ class MountHandlerLogic(val ops: SessionMountHandlers, implicit val context: Act
|
|||
sendResponse(ChatMsg(ChatMessageType.UNK_224, "@BailingMechanismFailure_Pilot"))
|
||||
|
||||
case Mountable.CanNotDismount(obj: Vehicle, _, BailType.Bailed)
|
||||
if {
|
||||
if GlobalDefinitions.isFlightVehicle(obj.Definition) && {
|
||||
continent
|
||||
.blockMap
|
||||
.sector(obj)
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ class ChatOperations(
|
|||
if (contents.startsWith("SH")) {
|
||||
channels.foreach {
|
||||
case _/*channel*/: SquadChannel =>
|
||||
commandSendToRecipient(session, message, toChannel)
|
||||
commandSendToRecipient(session, message, SquadChannel(sessionLogic.squad.squad_guid))
|
||||
case _ => ()
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue