mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
PAK Manager hotfix. Forgot to comment in some stuff and fixed file saving.
This commit is contained in:
@@ -59,7 +59,7 @@ public function store(Request $request)
|
||||
$gameFile->hash = $filehash;
|
||||
$gameFile->patchline = $request->input('patchline');
|
||||
|
||||
$file->storeAs(str($gameFile->patchline->name)->lower(), $gameFile->name, ['disk' => 'patches']);
|
||||
GameFile::getDisk()->putFileAs(strtolower($gameFile->patchline->name), $file, $gameFile->name);
|
||||
$uploadedFiles[] = $gameFile->name;
|
||||
|
||||
$gameFile->game_path = $request->game_path[$i];
|
||||
|
||||
Reference in New Issue
Block a user