mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Handle map reset when the game is loaded/unloaded.
https://github.com/dcs-liberation/dcs_liberation/issues/2039 Partial fix for https://github.com/dcs-liberation/dcs_liberation/issues/2045 (now works in the new map, old one not fixed yet).
This commit is contained in:
@@ -7,6 +7,7 @@ from . import (
|
||||
eventstream,
|
||||
flights,
|
||||
frontlines,
|
||||
game,
|
||||
mapzones,
|
||||
navmesh,
|
||||
qt,
|
||||
@@ -27,6 +28,7 @@ app.include_router(debuggeometries.router)
|
||||
app.include_router(eventstream.router)
|
||||
app.include_router(flights.router)
|
||||
app.include_router(frontlines.router)
|
||||
app.include_router(game.router)
|
||||
app.include_router(mapzones.router)
|
||||
app.include_router(navmesh.router)
|
||||
app.include_router(qt.router)
|
||||
|
||||
Reference in New Issue
Block a user