We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd22906 commit 8df3afbCopy full SHA for 8df3afb
EXILED/Exiled.API/Features/Items/Jailbird.cs
@@ -84,12 +84,12 @@ public float ConcussionDuration
84
}
85
86
/// <summary>
87
- /// Gets or sets the radius of the Jailbird's hit register.
+ /// Gets or sets the radius of the Jailbird's hit radius.
88
/// </summary>
89
public float Radius
90
{
91
- get => Radius;
92
- set => Radius = value;
+ get => Base._hitregRadius;
+ set => Base._hitregRadius = value;
93
94
95
0 commit comments