Removes redundant returns

This commit is contained in:
Kamron Batman 2018-09-14 15:40:02 -07:00
parent 06fa31a7bf
commit eeabc3d0e8
16 changed files with 77 additions and 106 deletions

View file

@ -166,7 +166,6 @@ namespace Server.Guilds
{
guild.Charter = charter;
from.SendLocalizedMessage( 1070775 ); // You submit a new guild charter.
return;
}
}
@ -183,7 +182,6 @@ namespace Server.Guilds
{
guild.Website = site;
from.SendLocalizedMessage( 1070778 ); // You submit a new guild website.
return;
}
}
}

View file

@ -25,7 +25,6 @@ honor points on yourself?", true, false);
}
else
{
return;
}
}
}