mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Routines.lua
Correction MessageToBlue function
This commit is contained in:
parent
2d43af7c0d
commit
8b3d7ebf04
@ -2290,7 +2290,7 @@ end
|
||||
function MessageToBlue( MsgText, MsgTime, MsgName )
|
||||
--trace.f()
|
||||
|
||||
MESSAGE:New( MsgText, MsgTime, "To Blue Coalition" ):ToCoalition( coalition.side.RED )
|
||||
MESSAGE:New( MsgText, MsgTime, "To Blue Coalition" ):ToCoalition( coalition.side.BLUE )
|
||||
end
|
||||
|
||||
function getCarrierHeight( CarrierGroup )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user