Update Routines.lua

Correction MessageToBlue function
This commit is contained in:
alexproust 2018-06-07 12:57:10 +02:00 committed by GitHub
parent 2d43af7c0d
commit 8b3d7ebf04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )