mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 20:25:19 +01:00
Set human entity to null
This commit is contained in:
parent
18423134fa
commit
cfacb52d29
@ -90,6 +90,7 @@ public class HumanController extends AbstractEntityController {
|
||||
npc.getSkinTracker().onRemoveNPC();
|
||||
}
|
||||
NMS.remove(entity);
|
||||
super.setEntity(null);
|
||||
// Paper decided to break Spigot compatibility.
|
||||
// super.remove();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user