mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:53:52 +00:00
Revert "local script registration"
This reverts commit 0686399a306319a4c49e1009d10215a9c0e65ec2.
This commit is contained in:
parent
aff05b9d36
commit
d5fe378a66
1 changed files with 0 additions and 6 deletions
|
@ -1023,9 +1023,6 @@ namespace MWWorld
|
||||||
|
|
||||||
MWWorld::Ptr dropped = cell->insertObject(object, pos);
|
MWWorld::Ptr dropped = cell->insertObject(object, pos);
|
||||||
mWorldScene->addObjectToScene(dropped);
|
mWorldScene->addObjectToScene(dropped);
|
||||||
mLocalScripts.add(
|
|
||||||
MWWorld::Class::get(dropped).getScript(),
|
|
||||||
dropped);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -1053,9 +1050,6 @@ namespace MWWorld
|
||||||
MWWorld::Ptr dropped = cell->insertObject(object, pos);
|
MWWorld::Ptr dropped = cell->insertObject(object, pos);
|
||||||
|
|
||||||
mWorldScene->addObjectToScene(dropped);
|
mWorldScene->addObjectToScene(dropped);
|
||||||
mLocalScripts.add(
|
|
||||||
MWWorld::Class::get(dropped).getScript(),
|
|
||||||
dropped);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void World::processChangedSettings(const Settings::CategorySettingVector& settings)
|
void World::processChangedSettings(const Settings::CategorySettingVector& settings)
|
||||||
|
|
Loading…
Reference in a new issue