cooking: Fix POH altar burners false positive burn message (#13284)
This commit is contained in:
@@ -196,7 +196,7 @@ public class CookingPlugin extends Plugin
|
||||
|
||||
}
|
||||
else if (message.startsWith("You accidentally burn")
|
||||
|| message.startsWith("You burn")
|
||||
|| message.equals("You burn the mushroom in the fire.")
|
||||
|| message.startsWith("Unfortunately the Jubbly")
|
||||
|| message.startsWith("You accidentally spoil"))
|
||||
{
|
||||
|
||||
@@ -80,7 +80,7 @@ public class CrowdsourcingCooking
|
||||
|| message.startsWith("You roast a")
|
||||
|| message.startsWith("You spit-roast")
|
||||
|| message.startsWith("You cook")
|
||||
|| message.startsWith("You burn")
|
||||
|| message.equals("You burn the mushroom in the fire.")
|
||||
|| message.startsWith("Eventually the Jubbly")
|
||||
|| message.startsWith("Unfortunately the Jubbly")
|
||||
|| message.startsWith("You accidentally burn")
|
||||
|
||||
Reference in New Issue
Block a user