ManiaControl / ManiaControl

The newly designed and easy to use ManiaPlanet Server Controller.
http://maniacontrol.com
GNU General Public License v3.0
27 stars 15 forks source link

What happened with RecordCallback ? #136

Closed Vincent-P closed 7 years ago

Vincent-P commented 7 years ago

Hello, I'm currently trying to update the Obstacle plugin made by steeffeen. His plugin doesn't work because it relies on RecordCallback. So what happened with RecordCallback ? Are there any alternatives or do I have to code it myself ?

kremsy commented 7 years ago

There are the new Nadeo callbacks you can directly use, see the Subfolders of the Callback directory.

The RecordCallback has been removed due the new callback structure of nadeo.

Vincent-P commented 7 years ago

Okay, I used TrackMania callbacks instead, thanks.