implemented OnWarmodeChanged
This commit is contained in:
parent
ab43049dd7
commit
55984d30ef
1 changed files with 9 additions and 0 deletions
|
|
@ -7706,10 +7706,19 @@ namespace Server
|
|||
else
|
||||
SendRemovePacket( false );
|
||||
}
|
||||
|
||||
OnWarmodeChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overridable. Virtual event invoked after the Warmode property has changed.
|
||||
/// </summary>
|
||||
public virtual void OnWarmodeChanged()
|
||||
{
|
||||
}
|
||||
|
||||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public virtual bool Hidden
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue