More cast conversion fixes
This commit is contained in:
parent
3f45bd57b9
commit
aba9452161
46 changed files with 359 additions and 506 deletions
|
|
@ -65,9 +65,7 @@ namespace Server.Items
|
|||
if ( Core.AOS || m == null || !m.Player || m.AccessLevel != AccessLevel.Player )
|
||||
return true;
|
||||
|
||||
Guild g = m.Guild as Guild;
|
||||
|
||||
if ( g == null || g.Type != GuildType.Order )
|
||||
if ( !(m.Guild is Guild g) || g.Type != GuildType.Order )
|
||||
{
|
||||
m.FixedEffect( 0x3728, 10, 13 );
|
||||
Delete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue