File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments