Skip to content

Commit

Permalink
Version 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Jun 19, 2016
1 parent b3ede19 commit 3cac555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.1.4:
- add sm_autospec command for players to automatically spectate active arenas while dead
- give the proper knife (weapon_knife_t) to players on the T side
- update chinese translations (thanks 872517414)
- add hint text messages when an opponent leaves in an active arena or when you have no opponent
- replace sv_alltalk with new cvars in game_cvars.cfg

1.1.3:
- update spawn-arena-finding code to work post 2/17/2016 update
- add cvar ``sm_multi1v1_auto_create_tables`` (default 1) to allow disabling auto MySQL table creation/updates
Expand Down
2 changes: 1 addition & 1 deletion scripting/multi1v1/version.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
#define PLUGIN_VERSION "1.1.4-dev"
#define PLUGIN_VERSION "1.1.4"
#endif

0 comments on commit 3cac555

Please sign in to comment.