
Incorrect GameStageHelper usage.
Darkhax opened this issue ยท 3 comments
Hey, was looking at some of the code in your mod. Could you please use the correct methods in the GameStageHelper class for adding/removing stages? The way you're currently doing things doesn't fire any of the events that should normally be fired. In general accessing the stage data object directly should be avoided.
(Also package names ;p and methods should also be camelCase)
See 8ef5d29