[SPIGOT-542] PlayerDeathEvent setKeepLevel(true) still dropping xp. Created: 08/Feb/15 Updated: 08/Mar/15 Resolved: 08/Mar/15 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Dionis | Assignee: | Thinkofname |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
@EventHandler And after this event that player still drops xp and keeps his own. |
Comments |
Comment by md_5 [ 09/Feb/15 ] |
I think this is intended, javadoc should probably be updated to clarify. |
Comment by Black Hole [ 08/Feb/15 ] |
Use e.setDroppedExp(0) if you want to change that. |