This commit is contained in:
MihailRis
2025-01-21 06:51:29 +03:00
parent 23c66654a2
commit 9443892406
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ void Player::updateEntity() {
} else if (chunks->getChunkByVoxel(position) && eid != ENTITY_NONE) {
logger.error() << "player entity despawned or deleted; "
"will be respawned";
eid = 0;
eid = ENTITY_AUTO;
}
}