Renames trapable to trappable. (#4)
This commit is contained in:
parent
bb8f09752f
commit
9a4aeaba0d
12 changed files with 22 additions and 22 deletions
|
|
@ -84,7 +84,7 @@ namespace Server.SkillHandlers
|
|||
|
||||
if ( from.AccessLevel > AccessLevel.Player || from.CheckTargetSkill( SkillName.Snooping, cont, 0.0, 100.0 ) )
|
||||
{
|
||||
if ( cont is TrapableContainer && ((TrapableContainer)cont).ExecuteTrap( from ) )
|
||||
if ( cont is TrappableContainer && ((TrappableContainer)cont).ExecuteTrap( from ) )
|
||||
return;
|
||||
|
||||
cont.DisplayTo( from );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue