Pop fakeXpDrop xp/skill ints off the stack only once
This commit is contained in:
@@ -378,8 +378,6 @@ public class XpDropPlugin extends Plugin
|
||||
final int exp = intStack[intStackSize - 1];
|
||||
calculateDamageDealt(exp);
|
||||
}
|
||||
|
||||
client.setIntStackSize(intStackSize - 2);
|
||||
}
|
||||
else if (eventName.equals("hpXpGained"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user