Removes redundant returns
This commit is contained in:
parent
06fa31a7bf
commit
eeabc3d0e8
16 changed files with 77 additions and 106 deletions
|
|
@ -151,7 +151,6 @@ namespace Server.Engines.Quests.Samurai
|
|||
player.AddToBackpack( armor );
|
||||
|
||||
obj.Complete();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ namespace Server.Items
|
|||
{
|
||||
Stop();
|
||||
stew.Visible = true;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -335,7 +335,6 @@ namespace Server
|
|||
|
||||
public void OnSourceKilled()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
public void OnTargetKilled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue