From bbe92aa96fa7754b88e7f1b2e3b215c5811bf627 Mon Sep 17 00:00:00 2001 From: qahowers <61567064+qahowers@users.noreply.github.com> Date: Wed, 4 Mar 2020 20:23:40 -0500 Subject: [PATCH] Fix copy paste commentary flaw Tea is not beer. --- Server/src/plugin/consumable/CupofTeaPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/plugin/consumable/CupofTeaPlugin.java b/Server/src/plugin/consumable/CupofTeaPlugin.java index 6532529ca..237f0a9c0 100644 --- a/Server/src/plugin/consumable/CupofTeaPlugin.java +++ b/Server/src/plugin/consumable/CupofTeaPlugin.java @@ -18,7 +18,7 @@ import org.crandor.game.node.item.Item; public final class CupofTeaPlugin extends Drink { /** - * Represents the skill bonuses for each beer. + * Represents the skill bonuses. */ private SkillBonus[] bonuses;