mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-07 03:07:06 +08:00
[Removed] Debug messages from Boosting.
This commit is contained in:
parent
d34979b47a
commit
7527e2b840
@ -80,11 +80,6 @@ public class SpawnerBoostGui extends CustomizableGui {
|
||||
),
|
||||
event -> purchaseBoost(this.player, 5, this.amount));
|
||||
|
||||
System.err.println(this.plugin.getLocale().getMessage("interface.boost.cost").toText());
|
||||
|
||||
System.err.println(this.plugin.getLocale().getMessage("interface.boost.cost")
|
||||
.processPlaceholder("cost", getBoostCost(5, this.amount)).toText());
|
||||
|
||||
setButton("boost15", 12, GuiUtils.createButtonItem(XMaterial.IRON_INGOT, this.plugin.getLocale().getMessage("interface.boost.boostfor")
|
||||
.processPlaceholder("amount", "15"),
|
||||
this.plugin.getLocale().getMessage("interface.boost.cost")
|
||||
|
Loading…
Reference in New Issue
Block a user