Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Stop editing is never called? #99

Open
Speiger opened this issue May 4, 2023 · 1 comment
Open

[Bug] Stop editing is never called? #99

Speiger opened this issue May 4, 2023 · 1 comment

Comments

@Speiger
Copy link
Contributor

Speiger commented May 4, 2023

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?

@MrCrayfish
Copy link
Owner

Seems to be an oversight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants