Skip to content

Commit 7e4d212

Browse files
committed
Version 1.4.2 release.
1 parent 9d3b414 commit 7e4d212

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## 1.4.2:
2+
- correct a bug where the pug leader was not being assigned correctly when a client finished the .setup menu
3+
14
## 1.4.1:
25
- add "playout" setup option (default to off & not displayed) that wraps mp_match_can_clinch
3-
- correct a bug where the pug leader was not being assigned when a client finished the .setup menu
46

57
## 1.4.0:
68

scripting/pugsetup/generic.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#tryinclude "manual_version.sp"
55
#if !defined PLUGIN_VERSION
6-
#define PLUGIN_VERSION "1.4.2-dev"
6+
#define PLUGIN_VERSION "1.4.2"
77
#endif
88

99
#define DEBUG_CVAR "sm_pugsetup_debug"

0 commit comments

Comments
 (0)