Added mission type deepstrike
This commit is contained in:
@@ -72,7 +72,7 @@ function FleetGroup:new(fleetGroupName, database, logger)
|
||||
return nil, nil
|
||||
end
|
||||
|
||||
if Util.startswith(namePart, "%[") == true then
|
||||
if Util.startsWith(namePart, "%[") == true then
|
||||
namePart = Util.split_string(namePart, "[")[1]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user