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 8a0f4e3 commit 426c193Copy full SHA for 426c193
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.1.2:
2
+- update pugsetup integration to pugsetup 2.0.0 api
3
+- add multi1v1_spawninfo command for dumping spawn info
4
+- add cvar sm_multi1v1_randomize_arena_order to randomize arena order
5
+
6
1.1.1:
7
- correct ``sm_multi1v1_mute_other_arenas`` behavior to not mute gunshots when the plugin is disabled
8
- update polish translations (thanks spyrek)
scripting/multi1v1/version.sp
@@ -1,4 +1,4 @@
#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
-#define PLUGIN_VERSION "1.1.2-dev"
+#define PLUGIN_VERSION "1.1.2"
#endif
0 commit comments