mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 08:58:02 +02:00
make sure rezzer doesn't ignore adjustment
This commit is contained in:
parent
9d131a6547
commit
31115b3cb6
1 changed files with 1 additions and 0 deletions
|
@ -1511,6 +1511,7 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
|
|||
if (isAdd && properties.getLocked() && !senderNode->isAllowedEditor()) {
|
||||
// if a node can't change locks, don't allow them to create an already-locked entity
|
||||
properties.setLocked(false);
|
||||
bumpTimestamp(properties);
|
||||
}
|
||||
|
||||
// If we got a valid edit packet, then it could be a new entity or it could be an update to
|
||||
|
|
Loading…
Reference in a new issue