Skip to content

Commit 38b894d

Browse files
committed
Bump version to 2.5.2
1 parent 888f33a commit 38b894d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

plugins/rtd.smx

2.03 KB
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.5.1"
31+
#define PLUGIN_VERSION "2.5.2"
3232

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

update.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"Version"
66
{
7-
"Latest" "2.5.1"
8-
"Previous" "2.5.0"
7+
"Latest" "2.5.2"
8+
"Previous" "2.5.1"
99
}
1010

1111
"Notes" "View changelog at https://github.com/Phil25/RTD/wiki/changelog"
@@ -18,7 +18,21 @@
1818
"Plugin" "Path_SM/plugins/rtd.smx"
1919
"Plugin" "Path_SM/configs/rtd2_perks.default.cfg"
2020

21+
"Source" "Path_SM/scripting/include/rtd2.inc"
2122
"Source" "Path_SM/scripting/rtd.sp"
23+
"Source" "Path_SM/scripting/rtd/classes/perk.sp"
24+
"Source" "Path_SM/scripting/rtd/convars.sp"
25+
"Source" "Path_SM/scripting/rtd/natives.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/mercsdietwice.sp"
29+
"Source" "Path_SM/scripting/rtd/perks/sickness.sp"
30+
"Source" "Path_SM/scripting/rtd/perks/sunlightspear.sp"
31+
"Source" "Path_SM/scripting/rtd/perks/timebomb.sp"
32+
"Source" "Path_SM/scripting/rtd/stocks.sp"
33+
"Source" "Path_SM/scripting/rtd/storage/cache.sp"
34+
"Source" "Path_SM/scripting/rtd/storage/precached.sp"
35+
"Source" "Path_SM/scripting/rtdtest.sp"
2236
}
2337

2438
"Plugin" "Path_SM/plugins/rtd.smx"

0 commit comments

Comments
 (0)