Update to v2.6.3

This commit is contained in:
Lost-MSth
2021-08-25 14:31:06 +08:00
parent 7c3bc99570
commit 2cf6595478
6 changed files with 31 additions and 25 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.8.0', '3.8.0c']
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.8.2', '3.8.2c']
'''
--------------------
'''