Mistake in the Config$InWorld.class file
Asuryan2001 opened this issue ยท 2 comments
I think there is a mistake in the Config$InWorld.class file because putting ALWAYS after "mode" in "inWorld" in the torohealth.json file doesn't work and in the Config$InWorld.class 2 things are strange :
"public ()" maybe a fonction name is missing
"public onlyWhenHurt mode" Is it really "onlyWhenHurt" type ?
(It is possible these issues are not real ones because I don't know the Java language or maybe my java decompiler is bad)
This is opensource, so take a look at this and see if it looks better:
https://github.com/ToroCraft/ToroHealth/blob/master/src/main/java/net/torocraft/torohealth/config/Config.java