Decomped GetExplorerMazeTeamName

Decomped by @slaw-22
This commit is contained in:
AnonymousRandomPerson
2026-03-16 20:00:02 -04:00
parent bc95728e60
commit 1d020b7eff
7 changed files with 45 additions and 81 deletions

View File

@@ -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: