EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using modern .NET
https://evosc.io
GNU General Public License v3.0
20 stars 13 forks source link

Module framework constructs are also loaded from dependencies #302

Open snixtho opened 2 months ago

snixtho commented 2 months ago

For example, if a module Y depend on module X, then the settings of module X is added as if they were part of module Y.

Module X is also loaded twice, as its loaded when Y is loaded.