Corrected some bugs preventing marianas campaigns from running

This commit is contained in:
Khopa
2021-07-04 19:34:58 +02:00
parent aa328d3ef7
commit ec88d07ef1
2 changed files with 2 additions and 1 deletions

View File

@@ -699,6 +699,7 @@ class ConflictTheater:
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"Syria": SyriaTheater,
"MarianaIslands": MarianaIslandsTheater,
}
theater = theaters[data["theater"]]
t = theater()