XPdrop: Don't show damage indicators on fishing spots (#133)
This commit is contained in:
@@ -378,6 +378,11 @@ public class XpDropPlugin extends Plugin
|
||||
lastTime = Instant.now();
|
||||
return;
|
||||
}
|
||||
else if (opponent.getName().equalsIgnoreCase("fishing spot"))
|
||||
{
|
||||
lastTime = Instant.now().minus(WAIT);
|
||||
return;
|
||||
}
|
||||
|
||||
damage = 0;
|
||||
lastOpponent = opponent;
|
||||
|
||||
Reference in New Issue
Block a user