1
0
mirror of https://github.com/CitizensDev/Citizens2.git synced 2025-03-31 00:45:53 +02:00

Revert previous change

This commit is contained in:
fullwall 2020-05-04 21:10:47 +08:00
parent e6cf9b8b08
commit 071225bcb9

View File

@ -420,7 +420,6 @@ public class EventListen implements Listener {
@EventHandler(ignoreCancelled = true)
public void onNPCSpawn(NPCSpawnEvent event) {
toRespawn.remove(new ChunkCoord(event.getNPC().getStoredLocation()), event.getNPC());
skinUpdateTracker.onNPCSpawn(event.getNPC());
}