Skip to content

Commit

Permalink
Bumped version to 2.5.1 because of exploit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Jan 11, 2014
1 parent 105d0c3 commit ade31ad
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
NEWS: DarkRP 2.5.0 has been released! Please read the migration wiki if you haven't migrated yet!
http://wiki.darkrp.com/index.php/MigratingTo2.5.0


https://github.com/FPtje/DarkRP/wiki/HOW-TO-REPORT-ISSUES
======
READ THIS FOR MODIFYING DARKRP! VERY USEFUL WIKI!
Expand Down
2 changes: 1 addition & 1 deletion darkrp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"base" "sandbox"
"title" "DarkRP"
"version" "2.5.0"
"version" "2.5.1"
"menusystem" "1"

"author_name" "LightRP: Rick darkalonio, DarkRP: Rickster, Pcwizdan, Sibre, philxyz, [GNC] Matt, Chrome Bolt, FPtje Falco, Eusion, Drakehawke"
Expand Down
2 changes: 1 addition & 1 deletion gamemode/cl_init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GM.Version = "2.5.0"
GM.Version = "2.5.1"
GM.Name = "DarkRP"
GM.Author = "By Rickster, Updated: Pcwizdan, Sibre, philxyz, [GNC] Matt, Chrome Bolt, FPtje Falco, Eusion, Drakehawke"

Expand Down
2 changes: 1 addition & 1 deletion gamemode/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GM.Version = "2.5.0"
GM.Version = "2.5.1"
GM.Name = "DarkRP"
GM.Author = "By Rickster, Updated: Pcwizdan, Sibre, philxyz, [GNC] Matt, Chrome Bolt, FPtje Falco, Eusion, Drakehawke"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function FAdmin.ScoreBoard.ShowScoreBoard()
FAdmin.ScoreBoard.Controls.Hostname:SetVisible(true)

FAdmin.ScoreBoard.Controls.Description = FAdmin.ScoreBoard.Controls.Description or vgui.Create("DLabel")
FAdmin.ScoreBoard.Controls.Description:SetText(GAMEMODE.Name .. "\n\t"..GAMEMODE.Author)
FAdmin.ScoreBoard.Controls.Description:SetText(string.format("%s %s\n\t%s", GAMEMODE.Name, GAMEMODE.Version, GAMEMODE.Author))
FAdmin.ScoreBoard.Controls.Description:SetFont("ScoreboardSubtitle")
FAdmin.ScoreBoard.Controls.Description:SetColor(Color(200,200,200,200))
FAdmin.ScoreBoard.Controls.Description:SetPos(FAdmin.ScoreBoard.X + 90, FAdmin.ScoreBoard.Y + 50)
Expand Down

0 comments on commit ade31ad

Please sign in to comment.