Skip to content

Commit 4a11faf

Browse files
committed
Updated version
1 parent 4ce4844 commit 4a11faf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
-2 Bytes
Binary file not shown.

game/addons/sourcemod/scripting/SourceChatter.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <updater>
1919

2020

21-
#define PLUGIN_VERSION "1.0.0"
21+
#define PLUGIN_VERSION "1.0.1"
2222

2323
#define UPDATE_URL "https://phil25.github.io/SourceChatter/game/addons/sourcemod/updatefile.txt"
2424

game/addons/sourcemod/updatefile.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44
{
55
"Version"
66
{
7-
"Latest" "1.0.0"
7+
"Latest" "1.0.1"
8+
"Previous" "1.0.0"
89
}
9-
"Notes" "Initial release"
10+
11+
"Notes" "Fixed missing m_iTotalScore error for mods other than tf2"
12+
"Notes" "Removed unnecessary socket dependency"
1013
}
1114

1215
"Files"
1316
{
17+
"Patch"
18+
{
19+
"Plugin" "Path_SM/plugins/SourceChatter.smx"
20+
"Source" "Path_SM/scripting/SourceChatter.sp"
21+
}
22+
1423
"Plugin" "Path_SM/plugins/SourceChatter.smx"
1524

1625
"Source" "Path_SM/scripting/SourceChatter.sp"

0 commit comments

Comments
 (0)