Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Jan 27, 2016
1 parent 1f38675 commit 0f20a28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/tf2x10.sp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bitbucket: https://bitbucket.org/umario/tf2x10/src

#define PLUGIN_NAME "Multiply a Weapon's Stats by 10"
#define PLUGIN_AUTHOR "The TF2x10 group"
#define PLUGIN_VERSION "1.6.2"
#define PLUGIN_VERSION "1.7.0"
#define PLUGIN_CONTACT "http://steamcommunity.com/group/tf2x10/"
#define PLUGIN_DESCRIPTION "It's in the name! Also known as TF2x10 or TF20."

Expand Down Expand Up @@ -2024,4 +2024,4 @@ stock bool WeaponHasAttribute(int client, int entity, char[] name)
(itemIndex == 132 || itemIndex == 266 || itemIndex == 482 || itemIndex == 1082))
|| (StrEqual(name, "ullapool caber") && (itemIndex == 307))
|| (StrEqual(name, "extinguish earns revenge crits") && (itemIndex == 595));
}
}
10 changes: 6 additions & 4 deletions addons/sourcemod/update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
{
"Version"
{
"Latest" "1.6.2"
"Previous" "1.6.1"
"Latest" "1.7.0"
"Previous" "1.6.2"
}

"Notes" "Fixed invalid timer error that would occur if a client disconnected before the Dalokohs Bar buff finished"
"Notes" "Tough Break x10!"
"Notes" "Allowed configs to specify a classname instead of an index to more easily match reskins"
"Notes" "Made Cow Mangler disable buildings for 40 seconds"
}

"Files"
Expand All @@ -19,4 +21,4 @@
"Plugin" "Path_SM/plugins/tf2x10.smx"
"Source" "Path_SM/scripting/tf2x10.sp"
}
}
}

0 comments on commit 0f20a28

Please sign in to comment.