Fixes sequential checks
This commit is contained in:
parent
83dcf536d8
commit
42d0b6271f
67 changed files with 99 additions and 99 deletions
|
|
@ -343,7 +343,7 @@ namespace Server.Regions
|
|||
|
||||
BaseRegion br = reg as BaseRegion;
|
||||
|
||||
if ( br == null || br.Spawns == null )
|
||||
if ( br?.Spawns == null )
|
||||
{
|
||||
from.SendMessage( "There are no spawners in region '{0}'.", reg );
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue