forked from virt-mirrors/Sit
move sitEntities list to Data from FileData
This commit is contained in:
parent
8f89a049f9
commit
09f5e31544
6 changed files with 30 additions and 33 deletions
|
@ -325,7 +325,7 @@ public class Utl {
|
|||
// remove the entity
|
||||
entity.setRemoved(net.minecraft.entity.Entity.RemovalReason.DISCARDED);
|
||||
// remove the entity from the data set if exists
|
||||
FileData.removeSitEntity(entity);
|
||||
Data.removeSitEntity(entity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue