mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 08:56:23 +01:00
[CI-SKIP] Add paper comment to last patch edit
This commit is contained in:
parent
ef1242fc36
commit
2a5c62f3fc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ index 0dca11b2c..dadd4b839 100644
|
|||
}
|
||||
|
||||
entity.valid = true; // CraftBukkit
|
||||
+ entity.shouldBeRemoved = false;
|
||||
+ entity.shouldBeRemoved = false; // Paper - shouldn't be removed after being re-added
|
||||
new com.destroystokyo.paper.event.entity.EntityAddToWorldEvent(entity.getBukkitEntity()).callEvent(); // Paper - fire while valid
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue