pvs content (#5484)
Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
This commit is contained in:
@@ -390,7 +390,7 @@ namespace Content.Server.Buckle.Components
|
||||
base.Shutdown();
|
||||
}
|
||||
|
||||
public override ComponentState GetComponentState(ICommonSession player)
|
||||
public override ComponentState GetComponentState()
|
||||
{
|
||||
int? drawDepth = null;
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ namespace Content.Server.Buckle.Components
|
||||
_occupiedSize = 0;
|
||||
}
|
||||
|
||||
public override ComponentState GetComponentState(ICommonSession player)
|
||||
public override ComponentState GetComponentState()
|
||||
{
|
||||
return new StrapComponentState(Position);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user