mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Revert TGO ID reset - fixes #708
This commit is contained in:
parent
34bdc0e80b
commit
851984ee66
@ -413,11 +413,6 @@ class Operation:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def reset_naming_ids(cls):
|
def reset_naming_ids(cls):
|
||||||
if not cls.game:
|
|
||||||
logging.warning("Game object not initialized before resetting IDs")
|
|
||||||
return
|
|
||||||
cls.game.current_group_id = 0
|
|
||||||
cls.game.current_unit_id = 0
|
|
||||||
namegen.reset_numbers()
|
namegen.reset_numbers()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user