We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d11b5 commit fc16f90Copy full SHA for fc16f90
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.5
2
+- update default maplist configs
3
+- update default warmup config to not set mp_maxrounds so high (freezes game on panorama UI)
4
+- add new setting (sm_pugsetup_snake_captain_picks 2) to do ABBABABA picking
5
+
6
## 2.0.4
7
- make instant runoff voting as the default mode for map votes
8
- make knife round decisions reached as soon as a majority is reached
scripting/pugsetup/generic.sp
@@ -3,7 +3,7 @@
#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
-#define PLUGIN_VERSION "2.0.5-dev"
+#define PLUGIN_VERSION "2.0.5"
#endif
9
#define DEBUG_CVAR "sm_pugsetup_debug"
0 commit comments