Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -82,7 +82,6 @@ namespace Content.Server.Cuffs.Components
|
||||
/// <summary>
|
||||
/// Add a set of cuffs to an existing CuffedComponent.
|
||||
/// </summary>
|
||||
/// <param name="prototype"></param>
|
||||
public bool TryAddNewCuffs(EntityUid user, EntityUid handcuff)
|
||||
{
|
||||
if (!_entMan.HasComponent<HandcuffComponent>(handcuff))
|
||||
@@ -261,8 +260,6 @@ namespace Content.Server.Cuffs.Components
|
||||
{
|
||||
user.PopupMessage(Loc.GetString("cuffable-component-remove-cuffs-fail-message"));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
//Lord forgive me for putting this here
|
||||
|
||||
Reference in New Issue
Block a user