We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3b414 commit 7e4d212Copy full SHA for 7e4d212
CHANGELOG.md
@@ -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
+
4
## 1.4.1:
5
- add "playout" setup option (default to off & not displayed) that wraps mp_match_can_clinch
-- correct a bug where the pug leader was not being assigned when a client finished the .setup menu
6
7
## 1.4.0:
8
scripting/pugsetup/generic.sp
@@ -3,7 +3,7 @@
#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
-#define PLUGIN_VERSION "1.4.2-dev"
+#define PLUGIN_VERSION "1.4.2"
#endif
9
#define DEBUG_CVAR "sm_pugsetup_debug"
0 commit comments