Merge pull request #914 from alexproust/patch-1

Update Routines.lua
This commit is contained in:
Frank 2018-06-12 23:15:46 +02:00 committed by GitHub
commit 5c7312cd41
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 )