Skip to content

Commit 7c7378d

Browse files
committed
Prepare for 1.6.1
1 parent 5ce2dd1 commit 7c7378d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* [1.6.1](https://github.com/fakuivan/TF2-Taunts-TF2IDB/releases/tag/1.6.1) I like better menus
2+
* Class-specific taunts are back on top of the list for ``sm_taunt``, ([#19](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/19)) along with class labels ([#18](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/18)).
3+
* Fix plugin not checking if target filter matches no clients, attempting to give taunts to entity 0 (world/"console"), under the ``sm_taunt_force`` menu ([#17](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/17)).
14
* [1.6](https://github.com/fakuivan/TF2-Taunts-TF2IDB/releases/tag/1.6) I like menus
25
* Add a menu for the ``sm_taunt_force`` ([#16](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/16)).
36
* [1.5.2](https://github.com/fakuivan/TF2-Taunts-TF2IDB/releases/tag/1.5.2) 2Fast4UM8, sadly

scripting/tf2_taunts_tf2idb.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#if defined _autoversioning_included
3131
#define PLUGIN_VERSION AUTOVERSIONING_TAG ... "." ... AUTOVERSIONING_COMMIT ... "-" ... _USING_ITEMS_HELPER
3232
#else
33-
#define PLUGIN_VERSION "1.6" ... "." ... "*" ... "-" ... _USING_ITEMS_HELPER
33+
#define PLUGIN_VERSION "1.6.1" ... "." ... "*" ... "-" ... _USING_ITEMS_HELPER
3434
#endif
3535

3636
public Plugin myinfo =

0 commit comments

Comments
 (0)