You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ New updates are added as a h2 header (`##`) above the previous version (meaning
6
6
We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is the undoubtedly best format for version formatting, please use it for your own projects.
7
7
8
8
9
-
## 5.1.0-rc3
9
+
## 5.1.0
10
10
```diff
11
11
+ Added sv_minimum_desired_chicken_count "100" to practice.cfg and misc.cfg
12
12
+ Added tv_password1 and updated the tv_password description in server_secrets.cfg.example and private.cfg.example
@@ -193,7 +193,7 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
Copy file name to clipboardExpand all lines: config/primary/init.cfg
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ echoln "[init.cfg] Start of init.cfg";
3
3
4
4
5
5
echoln "[init.cfg] {1} Initializing";
6
-
hostname "Fin's CS2 Config 5.1.0-rc3 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7
-
alias "fin_version""echoln 5.1.0-rc3"; // Sets version number to an alias (can be output with: "alias fin_version")
6
+
hostname "Fin's CS2 Config 5.1.0 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7
+
alias "fin_version""echoln 5.1.0"; // Sets version number to an alias (can be output with: "alias fin_version")
8
8
sv_steamgroup "42297947"; // The ID of the steam group that this server belongs to. You can find your group's ID on the admin profile page in the steam community. (currently https://steamcommunity.com/groups/advancedcfg)
9
9
cl_clanid "42297947"; // Current clan ID for name decoration
0 commit comments