Update to v2.8

This commit is contained in:
Lost-MSth
2022-01-20 16:39:57 +08:00
parent 849f4f7260
commit 1a097bc4d0
7 changed files with 184 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ class Config():
Allowed game versions
If it is blank, all are allowed.
'''
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.11.0', '3.11.0c']
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.11.2', '3.11.2c']
'''
--------------------
'''