mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
Added new Admin Tool page to manage the different versions we need to control. These are:
- launcher version (updating launcher) - game version - content version (for catalog) - catalog version Also added checks that when the wrong content version you dont get a catalog until you update tha game. And added another check when queuing when using the wrong game version you dont get queued. (so that hunters on the wrong version cannot block the matchmaking)
This commit is contained in:
@@ -30,6 +30,7 @@ final public static function getAllTools(): array
|
||||
return [
|
||||
GameNewsController::class,
|
||||
FileManagerController::class,
|
||||
VersioningController::class,
|
||||
LauncherMessageController::class,
|
||||
LogViewerController::class,
|
||||
UsersController::class,
|
||||
|
||||
Reference in New Issue
Block a user