This commit is contained in:
parent
fc9e4d2be1
commit
5c59923793
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ namespace Server.Guilds
|
|||
public static void EventSink_GuildGumpRequest( GuildGumpRequestArgs args )
|
||||
{
|
||||
PlayerMobile pm = args.Mobile as PlayerMobile;
|
||||
if( !(NewGuildSystem || pm == null) )
|
||||
if( !NewGuildSystem || pm == null )
|
||||
return;
|
||||
|
||||
if( pm.Guild == null )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue