mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
remove the wrong container open sound
This commit is contained in:
parent
ad66ebf84f
commit
fdc2a7433c
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ namespace MWClass
|
|||
if(ptr.getCellRef().trap.empty())
|
||||
{
|
||||
boost::shared_ptr<MWWorld::Action> action (new MWWorld::ActionOpen(ptr));
|
||||
action->setSound ("chest open");
|
||||
return action;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue