Skip to content

Commit

Permalink
changelog for realpenalty integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cj123 committed May 20, 2020
1 parent d271256 commit d0fa775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Added:
* Added a popup to Custom Races, Championships and Race Weekends that drivers can use to view details of the event.
* You can now activate a timed scanner for new Scheduled Events that you have created/imported manually. Experimental, and only intended for advanced users.
* Added a new option in config.yml (`use_car_name_cache`). When enabled, this loads the name for all cars into memory and uses them where possible in web pages. This improves the accuracy of car names (e.g. "Mercedes 190 EVO2" becomes "Mercedes-Benz 190E EVO II")
* Real Penalty Tool integration! You can now use Server Manager to configure [Real Penalty Tool](https://www.racedepartment.com/downloads/real-penalty-tool.29591/). Much like the sTracker and KissMyRank integration, the ports and forwarding for this plugin will be automatically configured.

Fixed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="text-center">Real Penalty Options</h1>

<p>
<a href="https://www.racedepartment.com/downloads/real-penalty-tool.29591/updates#resource-update-56177">Real Penalty</a> is the popular server side app
<a href="https://www.racedepartment.com/downloads/real-penalty-tool.29591/">Real Penalty</a> is the popular server side app
designed to manage custom penalties for organised racing.
</p>

Expand Down
2 changes: 1 addition & 1 deletion plugin_realpenalty.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// handles configuration of the realpenalty plugin
// https://www.racedepartment.com/downloads/real-penalty-tool.29591/updates#resource-update-56177
// https://www.racedepartment.com/downloads/real-penalty-tool.29591/

const (
realPenaltyBaseFolderName = "realpenalty"
Expand Down

0 comments on commit d0fa775

Please sign in to comment.