Update to v2.8.6

This commit is contained in:
Lost-MSth
2022-04-01 13:37:38 +08:00
parent cb6425a0d1
commit 1235733ddf
4 changed files with 15 additions and 18 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.12.4', '3.12.4c']
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.12.6', '3.12.6c']
'''
--------------------
'''