Fix compilation errors.

This commit is contained in:
drtshock
2013-03-19 23:44:47 -05:00
parent cecfb8371d
commit f0edcab99e
@@ -68,7 +68,7 @@ public class VaultManager {
Inventory inv = Bukkit.createInventory(player, 54, ChatColor.GREEN + "Vault #" + String.valueOf(number));
return inv;
} else {
Inventory inv = Serialization.fromBase64(data);
Inventory inv = Serialization.fromBase64(data, number);
return inv;
}
}