Skip to content

Commit

Permalink
Merge pull request #1013 from splewis/development
Browse files Browse the repository at this point in the history
0.14.2
  • Loading branch information
nickdnk authored Apr 10, 2023
2 parents 2da7714 + a96f44d commit 70b4bde
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Whenever you update your Get5 plugin, remember to **always** update the `transla
Please see the [installation instructions](https://splewis.github.io/get5/latest/installation/#installation) for
details.

# 0.14.2

#### 2023-04-10

Minor bugfix.

1. Prevent first joining player from resetting the ready waiting timer back to zero.

# 0.14.1

#### 2023-04-08
Expand All @@ -19,7 +27,7 @@ Hotfix of stuff that should have been in 0.14.0.

# 0.14.0

*Note: Removed from releases. Please use 0.14.1 instead. All changes below still apply.*
*Note: Removed from releases. Please use 0.14.2 instead. All changes below still apply.*

#### 2023-04-08

Expand Down
1 change: 0 additions & 1 deletion scripting/get5.sp
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ public void OnMapStart() {
LogDebug("OnMapStart");
g_MapChangePending = false;
g_DoingBackupRestoreNow = false;
g_ReadyTimeWaitingUsed = 0;
g_KnifeWinnerTeam = Get5Team_None;
g_HasKnifeRoundStarted = false;
g_MapReloadRequired = false;
Expand Down
2 changes: 1 addition & 1 deletion scripting/get5/version.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PLUGIN_VERSION "0.14.1-dev"
#define PLUGIN_VERSION "0.14.2-dev"
// This MUST be the latest version in x.y.z semver format followed by -dev.
// If this is not consistently applied, the update-checker might malfunction.
// In official releases, the CI flow will remove the -dev suffix when compiling the plugin.
Expand Down

0 comments on commit 70b4bde

Please sign in to comment.