Skip to content

Commit

Permalink
print when an entity is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
olebeck committed Sep 18, 2023
1 parent 7020c71 commit 5cb697f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/worlds/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (w *worldsHandler) processAddActor(pk *packet.AddActor) {
logrus.Errorf("scripting: %s", err)
}
if ignore {
logrus.Infof("Ignoring Entity: %s %d", e.EntityType, e.UniqueID)
return
}
}
Expand Down

0 comments on commit 5cb697f

Please sign in to comment.