kaiusl / KLPlugins.DynLeaderboards

ACC leaderboard plugin for SimHub
https://kaiusl.github.io/KLPlugins.DynLeaderboards/
MIT License
13 stars 1 forks source link

full name not working #13

Closed frankalexandre72 closed 1 year ago

frankalexandre72 commented 1 year ago

Trying to use full name on leaderboard, i replaced the line return DynLeaderboardsPluginProp(leaderBoardName, position, "Driver.1.InitialPlusLastName").replace(teamName, ""); with return DynLeaderboardsPluginProp(leaderBoardName, position, "Driver.1.Fullname").replace(teamName, "");

Now the name is blank in leaderboard

If i change the settings in simhub additional plugins/DynLeaderboardsPlugin the same thing happens. I have restarted Simhub.

frankalexandre72 commented 1 year ago

Sorry, dashboard uses your plugin but it was other people work.