Update to v2.6.4 without release

This commit is contained in:
Lost-MSth
2021-09-08 17:35:10 +08:00
parent 2cf6595478
commit 39d3f073ba
3 changed files with 3 additions and 3 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.2', '3.8.2c']
ALLOW_APPVERSION = ['3.5.3', '3.5.3c', '3.8.4', '3.8.4c']
'''
--------------------
'''