mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 11:48:22 +02:00
removed mkwf sort for testing
This commit is contained in:
parent
22285cc342
commit
3286f7e070
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ class CT_Config:
|
||||||
self.filter_track_highlight = lambda track: False
|
self.filter_track_highlight = lambda track: False
|
||||||
self.filter_track_random_new = lambda track: getattr(track, "new", False)
|
self.filter_track_random_new = lambda track: getattr(track, "new", False)
|
||||||
|
|
||||||
self.sort_track_attr = default_sort
|
|
||||||
|
|
||||||
self.default_track = Track().load_from_json(default_track if default_track else {})
|
self.default_track = Track().load_from_json(default_track if default_track else {})
|
||||||
Cup.default_track = self.default_track
|
Cup.default_track = self.default_track
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue