mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-07 10:39:31 +01:00
1.0.0-SNAPSHOT-U153
+ Fixed issue with GiveRewardList not connecting to MainDropTableEditorPanel properly due to wrong method name
This commit is contained in:
parent
dcfc94bfc7
commit
3078389e74
@ -66,7 +66,7 @@ public class MainDropTableEditorPanel extends VariablePanelHandler<DropTable> {
|
|||||||
if(dropTableType.equalsIgnoreCase("SPRAY")) {
|
if(dropTableType.equalsIgnoreCase("SPRAY")) {
|
||||||
this.bossPanelManager.getSprayDropTableMainEditMenu().openFor(player, dropTable, dropTable.getSprayTableData());
|
this.bossPanelManager.getSprayDropTableMainEditMenu().openFor(player, dropTable, dropTable.getSprayTableData());
|
||||||
} else if(dropTableType.equalsIgnoreCase("GIVE")) {
|
} 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")) {
|
} else if(dropTableType.equalsIgnoreCase("DROP")) {
|
||||||
this.bossPanelManager.getDropDropTableMainEditMenu().openFor(player, dropTable, dropTable.getDropTableData());
|
this.bossPanelManager.getDropDropTableMainEditMenu().openFor(player, dropTable, dropTable.getDropTableData());
|
||||||
} else {
|
} else {
|
||||||
|
2
pom.xml
2
pom.xml
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!--<plugin.version>maven-version-number-SNAPSHOT-U90</plugin.version>-->
|
<!--<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.name>EpicBosses</plugin.name>
|
||||||
<plugin.main>com.songoda.epicbosses.CustomBosses</plugin.main>
|
<plugin.main>com.songoda.epicbosses.CustomBosses</plugin.main>
|
||||||
<plugin.author>AMinecraftDev</plugin.author>
|
<plugin.author>AMinecraftDev</plugin.author>
|
||||||
|
Loading…
Reference in New Issue
Block a user