mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-10 12:15:24 -05:00
Updated the Match Seeder Config
This commit is contained in:
2
dist/database/seeders/MatchConfigSeeder.php
vendored
2
dist/database/seeders/MatchConfigSeeder.php
vendored
@@ -26,7 +26,7 @@ public function run(): void
|
||||
]);
|
||||
MatchConfiguration::Create([
|
||||
'name' => 'Harvest Your Exit - 1v4',
|
||||
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_HarvestYourExit_1v5.MatchConfig_Demo_HarvestYourExit_1v5',
|
||||
'asset_path' => '/Game/Configuration/MatchConfig/MatchConfig_Demo_HarvestYourExit_1v4.MatchConfig_Demo_HarvestYourExit_1v4',
|
||||
'enabled' => false,
|
||||
'hunters' => 1,
|
||||
'runners' => 4,
|
||||
|
||||
Reference in New Issue
Block a user