forked from virt-mirrors/Sit
todo cleanup
This commit is contained in:
parent
31496a17d1
commit
81f8cf6244
3 changed files with 3 additions and 3 deletions
|
@ -315,7 +315,8 @@ public class Utl {
|
|||
* removes all sit entities loaded on the server
|
||||
*/
|
||||
public static void purge(ServerPlayerEntity player, boolean message) {
|
||||
// todo test if it can purge an entity from a disconnected player or unloaded chunks
|
||||
/// FYI it cant purge an entity from a disconnected player or unloaded chunks
|
||||
|
||||
// get a list of sit entities
|
||||
List<? extends DisplayEntity.TextDisplayEntity> list = player.getServerWorld()
|
||||
.getEntitiesByType(TypeFilter.instanceOf(DisplayEntity.TextDisplayEntity.class),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue