Add support for burning stews to Cooking plugin (#9196) (#9202)

This commit is contained in:
itscalvinwang
2019-06-25 04:23:27 -07:00
committed by Tomas Slusny
parent 66ce5b85dc
commit 4abbf76dc7

View File

@@ -172,7 +172,8 @@ public class CookingPlugin extends Plugin
session.increaseCookAmount();
}
else if (message.startsWith("You accidentally burn"))
else if (message.startsWith("You accidentally burn")
|| message.startsWith("You accidentally spoil"))
{
if (session == null)
{