Add launcher specific stuff

This commit is contained in:
2025-08-20 13:05:12 -07:00
parent aadcd23cb3
commit b53fcd8773
3 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<?php
$latestVersion = "1.5.2";
$latestBetaVersion = "1.6-dev";
$latestLauncherVersion = "1.0.0";
$allowedVersions = [$latestVersion, $latestBetaVersion];
$allowedDatabaseVersions = [$latestVersion, $latestBetaVersion];