Skip to content

Commit

Permalink
Adjust description.ext maxPlayers to count HCs
Browse files Browse the repository at this point in the history
closes #784
  • Loading branch information
Wyqer committed May 10, 2020
1 parent 5666f79 commit e6a8641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.96.8 (TBD)
* Tweaked: Splitted the config file in seperate files, as it was getting quite big.
* Tweaked: Unified the prefix of all variables to `KPLIB_`.
* Fixed: Description.ext stated 34 players while there are also 3 additional HC slots, so 37 in total.

## 0.96.7 (2020-05-10)
* Added: CfgFunctions library created from `shared/functions` and all of these functions optimized.
Expand Down
2 changes: 1 addition & 1 deletion Missionframework/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class Header {
gameType = "CTI";
minPlayers = 1;
maxPlayers = 34;
maxPlayers = 37;
};

// Name of Mission author(s) and contributors. Obviously you can only add and not (!) remove someone.
Expand Down

0 comments on commit e6a8641

Please sign in to comment.