mirror of
https://github.com/overte-org/overte.git
synced 2025-07-29 18:52:11 +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);
|
scriptPool);
|
||||||
scriptAssignment->setPayload(scriptURL.toUtf8());
|
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
|
// add it to static hash so we know we have to keep giving it back out
|
||||||
addStaticAssignmentToAssignmentHash(scriptAssignment);
|
addStaticAssignmentToAssignmentHash(scriptAssignment);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue