Skip to content

Commit b6853a1

Browse files
committed
remove alpha beta
1 parent e8bddc2 commit b6853a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def readable_time(elapsed):
4242
return readable
4343

4444
def contains_version_number(map_name: str) -> bool:
45-
return bool(re.search(r"\d|final|rc|beta|alpha"))
45+
return bool(re.search(r"\d|final|rc"))

0 commit comments

Comments
 (0)