More cast conversion fixes

This commit is contained in:
Kamron Batman 2018-09-06 18:07:42 -07:00
parent 3f45bd57b9
commit aba9452161
46 changed files with 359 additions and 506 deletions

View file

@ -617,7 +617,7 @@ namespace Server.Items
if ( from.AccessLevel >= AccessLevel.GameMaster )
return true;
if ( @from is PlayerMobile mobile && mobile.Young )
if ( from is PlayerMobile mobile && mobile.Young )
return true;
if ( from == this.Decoder )