Configured

Configured

33M Downloads

[Bug] Stop editing is never called?

Speiger opened this issue ยท 1 comments

commented

Call it a hunch but the "WorldSync" Enum here:

map.put(ModConfig.Type.SERVER, ConfigType.WORLD_SYNC);

Can never be the "World" Enum:

if(this.config != null && this.getType() == ConfigType.WORLD)

Or do you know something about enums i don't?

Most likely an oversight?

commented

Seems to be an oversight.