Skip to content

Commit

Permalink
2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 1, 2025
1 parent abe6893 commit e7b143d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"startingPmcs": false,

"playerOpenZones": false,
"pmcOpenZones": false,
"pmcOpenZones": true,
"allOpenZones": false,

"pmcWaveDistribution": 0.7,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MOAR",
"version": "2.6.4",
"version": "2.6.5",
"main": "src/mod.js",
"license": "MIT",
"author": "DewardianDev",
Expand Down
2 changes: 1 addition & 1 deletion src/Spawning/updateSpawnLocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function updateSpawnLocations(
}

if (
!config.allOpenZones &&
config.pmcOpenZones &&
Categories.includes("Bot") &&
Sides[0] === "Savage" &&
Expand All @@ -79,7 +80,6 @@ export default function updateSpawnLocations(

if (!Infiltration && config.allOpenZones) {
locationList[index].base.SpawnPointParams[innerIndex].Categories = [
"All",
"Bot",
"Player",
"Coop",
Expand Down

0 comments on commit e7b143d

Please sign in to comment.