1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed debug fish

This commit is contained in:
TheBusyBiscuit 2020-08-04 15:49:58 +02:00
parent b6ba6ce754
commit d80fdac23b

View File

@ -139,7 +139,7 @@ public class DebugFishListener implements Listener {
p.sendMessage(ChatColors.color(" &dType: &e" + component.getEnergyComponentType())); p.sendMessage(ChatColors.color(" &dType: &e" + component.getEnergyComponentType()));
if (component.isChargeable()) { if (component.isChargeable()) {
p.sendMessage(ChatColors.color("&dChargeable: " + greenCheckmark)); p.sendMessage(ChatColors.color(" &dChargeable: " + greenCheckmark));
p.sendMessage(ChatColors.color(" &dEnergy: &e" + component.getCharge(b.getLocation()) + " / " + component.getCapacity())); p.sendMessage(ChatColors.color(" &dEnergy: &e" + component.getCharge(b.getLocation()) + " / " + component.getCapacity()));
} }
else { else {