Skip to content

Commit 1b11be7

Browse files
committed
Bump version to 2.4.1
1 parent c3c28ef commit 1b11be7

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

plugins/rtd.smx

759 Bytes
Binary file not shown.

scripting/rtd.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#tryinclude <friendly>
2929
#tryinclude <friendlysimple>
3030

31-
#define PLUGIN_VERSION "2.4.0"
31+
#define PLUGIN_VERSION "2.4.1"
3232

3333
#define CHAT_PREFIX "\x07FFD700[RTD]\x01"
3434
#define CONS_PREFIX "[RTD]"

update.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,40 @@
44
{
55
"Version"
66
{
7-
"Latest" "2.4.0"
8-
"Previous" "2.3.5"
7+
"Latest" "2.4.1"
8+
"Previous" "2.4.0"
99
}
1010

1111
"Notes" "View changelog at https://github.com/Phil25/RTD/wiki/changelog"
1212
}
1313

1414
"Files"
1515
{
16+
"Patch"
17+
{
18+
"Plugin" "Path_SM/plugins/rtd.smx"
19+
"Plugin" "Path_SM/translations/rtd2.phrases.txt"
20+
"Plugin" "Path_SM/translations/rtd2_perks.phrases.txt"
21+
22+
"Source" "Path_SM/scripting/rtd.sp"
23+
"Source" "Path_SM/scripting/rtd/convars.sp"
24+
"Source" "Path_SM/scripting/rtd/perks/cursedprojectiles.sp"
25+
"Source" "Path_SM/scripting/rtd/perks/drunkwalk.sp"
26+
"Source" "Path_SM/scripting/rtd/perks/firetimebomb.sp"
27+
"Source" "Path_SM/scripting/rtd/perks/frozen.sp"
28+
"Source" "Path_SM/scripting/rtd/perks/fullubercharge.sp"
29+
"Source" "Path_SM/scripting/rtd/perks/hellsreach.sp"
30+
"Source" "Path_SM/scripting/rtd/perks/infiniteammo.sp"
31+
"Source" "Path_SM/scripting/rtd/perks/invisibility.sp"
32+
"Source" "Path_SM/scripting/rtd/perks/powerplay.sp"
33+
"Source" "Path_SM/scripting/rtd/perks/smite.sp"
34+
"Source" "Path_SM/scripting/rtd/perks/striptomelee.sp"
35+
"Source" "Path_SM/scripting/rtd/perks/suffocation.sp"
36+
"Source" "Path_SM/scripting/rtd/perks/timebomb.sp"
37+
"Source" "Path_SM/scripting/rtd/stocks.sp"
38+
"Source" "Path_SM/scripting/rtd/storage/cache.sp"
39+
}
40+
1641
"Plugin" "Path_SM/plugins/rtd.smx"
1742
"Plugin" "Path_SM/translations/rtd2.phrases.txt"
1843
"Plugin" "Path_SM/translations/rtd2_perks.phrases.txt"

0 commit comments

Comments
 (0)