mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Migrate Nevada to YAML.
This commit is contained in:
@@ -15,7 +15,6 @@ from game.profiling import logged_duration
|
||||
from game.theater import (
|
||||
ConflictTheater,
|
||||
FalklandsTheater,
|
||||
NevadaTheater,
|
||||
NormandyTheater,
|
||||
TheChannelTheater,
|
||||
)
|
||||
@@ -113,7 +112,6 @@ class Campaign:
|
||||
|
||||
def load_theater(self, advanced_iads: bool) -> ConflictTheater:
|
||||
theaters = {
|
||||
"Nevada": NevadaTheater,
|
||||
"Normandy": NormandyTheater,
|
||||
"The Channel": TheChannelTheater,
|
||||
"Falklands": FalklandsTheater,
|
||||
|
||||
Reference in New Issue
Block a user