1.0.0-SNAPSHOT-U153

+ Fixed issue with GiveRewardList not connecting to MainDropTableEditorPanel properly due to wrong method name
This commit is contained in:
Charles 2018-12-31 00:10:56 +08:00
parent dcfc94bfc7
commit 3078389e74
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public class MainDropTableEditorPanel extends VariablePanelHandler<DropTable> {
if(dropTableType.equalsIgnoreCase("SPRAY")) {
this.bossPanelManager.getSprayDropTableMainEditMenu().openFor(player, dropTable, dropTable.getSprayTableData());
} else if(dropTableType.equalsIgnoreCase("GIVE")) {
this.bossPanelManager.getGiveDropTableMainEditMenu().openFor(player, dropTable, dropTable.getGiveTableData());
this.bossPanelManager.getGiveRewardPositionListMenu().openFor(player, dropTable, dropTable.getGiveTableData());
} else if(dropTableType.equalsIgnoreCase("DROP")) {
this.bossPanelManager.getDropDropTableMainEditMenu().openFor(player, dropTable, dropTable.getDropTableData());
} else {

View File

@ -20,7 +20,7 @@
<properties>
<!--<plugin.version>maven-version-number-SNAPSHOT-U90</plugin.version>-->
<plugin.version>1.0.0-U152</plugin.version>
<plugin.version>1.0.0-U153</plugin.version>
<plugin.name>EpicBosses</plugin.name>
<plugin.main>com.songoda.epicbosses.CustomBosses</plugin.main>
<plugin.author>AMinecraftDev</plugin.author>