Skip to content

Commit

Permalink
6.01.00190: replaced text for runcounter by a less confusing one
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGaertner committed Apr 16, 2019
1 parent a07bdaf commit 923019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ function courseplay.hud:updatePageContent(vehicle, page)
if vehicle.cp.runCounterActive then
vehicle.cp.hud.content.pages[page][line][2].text = string.format("%d", vehicle.cp.maxRunNumber);
else
vehicle.cp.hud.content.pages[page][line][2].text = courseplay:loc('COURSEPLAY_UNLIMITED');
vehicle.cp.hud.content.pages[page][line][2].text = courseplay:loc('COURSEPLAY_DEACTIVATED') --courseplay:loc('COURSEPLAY_UNLIMITED');
self:disableButtonWithFunction(vehicle,page, 'changemaxRunNumber')
end

Expand Down
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="40">
<version>6.01.00189</version>
<version>6.01.00190</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title>
<br>CoursePlay SIX</br>
Expand Down

0 comments on commit 923019e

Please sign in to comment.