We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452cc33 commit 40ff73fCopy full SHA for 40ff73f
1 file changed
src/com/loohp/interactionvisualizer/InteractionVisualizer.java
@@ -308,6 +308,7 @@ public void onDisable() {
308
@Override
309
public void reloadConfig() {
310
super.reloadConfig();
311
+ config = getConfig();
312
313
itemStandEnabled = config.getBoolean("Modules.ItemStand.Enabled");
314
itemDropEnabled = config.getBoolean("Modules.ItemDrop.Enabled");
0 commit comments