update to 3.3.1
This commit is contained in:
@@ -36,7 +36,7 @@ public class Gui implements InventoryHolder {
|
||||
ConfigurationSection config = plugin.getConfig().getConfigurationSection("gui");
|
||||
ItemStack[] items = new ItemStack[config.getInt("rows") * 9];
|
||||
|
||||
ItemStack fill = getItem(plugin, "rankup", player, oldRank, rank);
|
||||
ItemStack fill = getItem(plugin, "fill", player, oldRank, rank);
|
||||
ItemStack cancel = getItem(plugin, "cancel", player, oldRank, rank);
|
||||
ItemStack rankup = getItem(plugin, "rankup", player, oldRank, rank);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Rankup
|
||||
version: 3.3-beta
|
||||
version: 3.3.1
|
||||
main: sh.okx.rankup.Rankup
|
||||
author: Okx
|
||||
depend: [Vault]
|
||||
|
||||
Reference in New Issue
Block a user