diff --git a/config/general.php b/config/general.php index c5f297a..0e6e56e 100644 --- a/config/general.php +++ b/config/general.php @@ -3,4 +3,4 @@ $latestVersion = "1.6.3"; $latestBetaVersion = $latestVersion; $latestLauncherVersion = "1.0.0"; $allowedVersions = [$latestVersion, $latestBetaVersion, "1.6.2", "1.6.1", "1.6"]; -$allowedDatabaseVersions = [$latestVersion, $latestBetaVersion, "1.6.2", "1.6.1", "1.6"]; \ No newline at end of file +$allowedDatabaseVersions = [$latestVersion, $latestBetaVersion, "1.6.2", "1.6.1", "1.6", "1.2-beta2"]; \ No newline at end of file diff --git a/database/loginAccount.php b/database/loginAccount.php index 948f0f7..3c3d844 100644 --- a/database/loginAccount.php +++ b/database/loginAccount.php @@ -1,9 +1,12 @@