mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Correctly reset ANIMALS
This commit is contained in:
parent
09b7cb3d85
commit
c697a34239
@ -51,7 +51,7 @@ class NameGenerator:
|
|||||||
def reset(cls):
|
def reset(cls):
|
||||||
cls.number = 0
|
cls.number = 0
|
||||||
cls.infantry_number = 0
|
cls.infantry_number = 0
|
||||||
cls.ANIMALS = NameGenerator.ANIMALS.copy()
|
cls.ANIMALS = ANIMALS
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def reset_numbers(cls):
|
def reset_numbers(cls):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user