mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-25 03:37:21 -05:00
Decomped GetExplorerMazeTeamName
Decomped by @slaw-22
This commit is contained in:
@@ -157,8 +157,6 @@ def trim_merge_file_name(file_name: str) -> str:
|
||||
|
||||
merge_prev_file = trim_merge_file_name(merge_prev_file)
|
||||
merge_next_file = trim_merge_file_name(merge_next_file)
|
||||
print(merge_prev_file)
|
||||
print(merge_next_file)
|
||||
|
||||
print('Updating', LSF_FILE_PATH)
|
||||
with open(LSF_FILE_PATH, 'w') as lsf_file:
|
||||
|
||||
Reference in New Issue
Block a user