Merge pull request #1192 from FlightControl-Master/FF/Develop

DATABASE fix
This commit is contained in:
Frank 2019-08-25 16:09:05 -04:00 committed by GitHub
commit 0f5eb30a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1246,7 +1246,7 @@ function DATABASE:_RegisterTemplates()
local CoalitionSide = coalition.side[string.upper(CoalitionName)]
if CoalitionName=="red" then
CoalitionSide=coalition.side.NEUTRAL
CoalitionSide=coalition.side.RED
elseif CoalitionName=="blue" then
CoalitionSide=coalition.side.BLUE
else