mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
remove some unneeded code
This commit is contained in:
parent
2f36cd0fb0
commit
32f91a86e7
1 changed files with 0 additions and 4 deletions
|
@ -505,10 +505,6 @@ void DomainServer::populateStaticScriptedAssignmentsFromSettings() {
|
|||
scriptPool);
|
||||
scriptAssignment->setPayload(scriptURL.toUtf8());
|
||||
|
||||
// we want a script added by the domain owner to be able to do what it wants with entities.
|
||||
scriptAssignment->setCanRez(true);
|
||||
scriptAssignment->setCanAdjustLocks(true);
|
||||
|
||||
// add it to static hash so we know we have to keep giving it back out
|
||||
addStaticAssignmentToAssignmentHash(scriptAssignment);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue