cannon plugin: add granite cannonball to unload check

This commit is contained in:
WooxSolo
2018-04-28 17:30:13 -04:00
committed by Adam
parent 17b4475504
commit 6641b5cd29

View File

@@ -292,7 +292,8 @@ public class CannonPlugin extends Plugin
} }
} }
if (event.getMessage().startsWith("You unload your cannon and receive Cannonball")) if (event.getMessage().startsWith("You unload your cannon and receive Cannonball")
|| event.getMessage().startsWith("You unload your cannon and receive Granite cannonball"))
{ {
skipProjectileCheckThisTick = true; skipProjectileCheckThisTick = true;