By default sort battles by time
This commit is contained in:
parent
4f613ee5ac
commit
fd56c6c389
@ -666,7 +666,7 @@ class Citizen(CitizenAPI):
|
||||
|
||||
self.active_fs = active_fs
|
||||
|
||||
def sorted_battles(self, sort_by_time: bool = False) -> List[int]:
|
||||
def sorted_battles(self, sort_by_time: bool = True) -> List[int]:
|
||||
cs_battles_air: List[int] = []
|
||||
cs_battles_ground: List[int] = []
|
||||
deployed_battles_air: List[int] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user