mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
Added an admin tool to set multipliers for XP gain and Currency gain.
This commit is contained in:
@@ -16,16 +16,14 @@ class VersioningController extends AdminToolController
|
||||
{
|
||||
protected static string $name = 'Versioning';
|
||||
|
||||
protected static string $description = 'Manage the Launcher & Game Versions.';
|
||||
protected static string $description = 'Manage the Launcher & Game Versions';
|
||||
protected static string $iconComponent = 'icons.arrow-left-right';
|
||||
|
||||
protected static Permissions $neededPermission = Permissions::FILE_UPLOAD;
|
||||
|
||||
public function index()
|
||||
{
|
||||
return view('admin.tools.versioning', [
|
||||
'message' => LauncherMessage::getMessage(),
|
||||
]);
|
||||
return view('admin.tools.versioning');
|
||||
}
|
||||
|
||||
public function save(SaveVersioningRequest $request) {
|
||||
|
||||
Reference in New Issue
Block a user