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 12f2219 commit d0e3c70Copy full SHA for d0e3c70
1 file changed
core/src/main/java/github/nighter/smartspawner/SmartSpawner.java
@@ -496,6 +496,11 @@ public void reload() {
496
spawnerStorageUI.reload();
497
filterConfigUI.reload();
498
499
+ // Reload sell confirm UI to update cached layout
500
+ if (spawnerSellConfirmUI != null) {
501
+ spawnerSellConfirmUI.reload();
502
+ }
503
+
504
// reload services
505
integrationManager.reload();
506
spawnerMenuAction.reload();
0 commit comments