"disableChangeTypeWithEgg" Configuration not working.
Wekylend opened this issue ยท 2 comments
What steps will reproduce the problem?
Expected output
No output.
What do you see instead?
The opposite of what this configuration option is supposed to do.
SilkSpawners version
v5.0.0-5.0.2 (latest version atm) are the versions I've tried and had the same issues.
Please provide any additional information below.
I've configured SilkSpawners to disable spawner changing with eggs via the following configuration section:
disableChangeTypeWithEgg: true
I took a peak at the source code (https://github.com/timbru31/SilkSpawners/blob/master/modules/SilkSpawners/src/main/java/de/dustplanet/silkspawners/listeners/SilkSpawnersPlayerListener.java) and I've located the issue (line 89)
Checklist
- I am aware that issues caused by /reload are ignored
- If there is a (potential) plugin conflict, I've identified the conflicting plugin
- I have added a valid /version output
- I have added a valid SilkSpawners version
- I have attached necessary information like a screenshot, my list of plugins, config or permissions file(s)
Logic has been refactored with 812d6c3