Skip to content

Commit 8df3afb

Browse files
committed
Fix Yamato making jailbirds crash servers
1 parent dd22906 commit 8df3afb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EXILED/Exiled.API/Features/Items/Jailbird.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ public float ConcussionDuration
8484
}
8585

8686
/// <summary>
87-
/// Gets or sets the radius of the Jailbird's hit register.
87+
/// Gets or sets the radius of the Jailbird's hit radius.
8888
/// </summary>
8989
public float Radius
9090
{
91-
get => Radius;
92-
set => Radius = value;
91+
get => Base._hitregRadius;
92+
set => Base._hitregRadius = value;
9393
}
9494

9595
/// <summary>

0 commit comments

Comments
 (0)