Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil25 committed Dec 18, 2023
1 parent c3c28ef commit 1b11be7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
Binary file modified plugins/rtd.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripting/rtd.sp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#tryinclude <friendly>
#tryinclude <friendlysimple>

#define PLUGIN_VERSION "2.4.0"
#define PLUGIN_VERSION "2.4.1"

#define CHAT_PREFIX "\x07FFD700[RTD]\x01"
#define CONS_PREFIX "[RTD]"
Expand Down
29 changes: 27 additions & 2 deletions update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,40 @@
{
"Version"
{
"Latest" "2.4.0"
"Previous" "2.3.5"
"Latest" "2.4.1"
"Previous" "2.4.0"
}

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

"Files"
{
"Patch"
{
"Plugin" "Path_SM/plugins/rtd.smx"
"Plugin" "Path_SM/translations/rtd2.phrases.txt"
"Plugin" "Path_SM/translations/rtd2_perks.phrases.txt"

"Source" "Path_SM/scripting/rtd.sp"
"Source" "Path_SM/scripting/rtd/convars.sp"
"Source" "Path_SM/scripting/rtd/perks/cursedprojectiles.sp"
"Source" "Path_SM/scripting/rtd/perks/drunkwalk.sp"
"Source" "Path_SM/scripting/rtd/perks/firetimebomb.sp"
"Source" "Path_SM/scripting/rtd/perks/frozen.sp"
"Source" "Path_SM/scripting/rtd/perks/fullubercharge.sp"
"Source" "Path_SM/scripting/rtd/perks/hellsreach.sp"
"Source" "Path_SM/scripting/rtd/perks/infiniteammo.sp"
"Source" "Path_SM/scripting/rtd/perks/invisibility.sp"
"Source" "Path_SM/scripting/rtd/perks/powerplay.sp"
"Source" "Path_SM/scripting/rtd/perks/smite.sp"
"Source" "Path_SM/scripting/rtd/perks/striptomelee.sp"
"Source" "Path_SM/scripting/rtd/perks/suffocation.sp"
"Source" "Path_SM/scripting/rtd/perks/timebomb.sp"
"Source" "Path_SM/scripting/rtd/stocks.sp"
"Source" "Path_SM/scripting/rtd/storage/cache.sp"
}

"Plugin" "Path_SM/plugins/rtd.smx"
"Plugin" "Path_SM/translations/rtd2.phrases.txt"
"Plugin" "Path_SM/translations/rtd2_perks.phrases.txt"
Expand Down

0 comments on commit 1b11be7

Please sign in to comment.