Ignore arrays in config.lua (fixes experienceStages loading)

Also change version to 0.7.13-dev
This commit is contained in:
slawkens
2021-12-16 20:24:34 +01:00
parent af1ec6722b
commit 1578d186c2
3 changed files with 16 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.7.12');
define('MYAAC_VERSION', '0.7.13-dev');
define('DATABASE_VERSION', 22);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));