Style
This commit is contained in:
parent
5dd6e4d837
commit
cb22c07cfb
1 changed files with 2 additions and 2 deletions
|
|
@ -2826,8 +2826,8 @@ namespace Server.Mobiles
|
|||
for (var i = 0; i < recipeCount; i++)
|
||||
{
|
||||
var r = reader.ReadInt();
|
||||
if (version > 33 ||
|
||||
reader.ReadBool()) // Don't add in recipes which we haven't gotten or have been removed
|
||||
// Don't add in recipes which we haven't gotten or have been removed
|
||||
if (version > 33 || reader.ReadBool())
|
||||
{
|
||||
_acquiredRecipes.Add(r);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue