Skip to content

Commit d54b430

Browse files
committed
d
1 parent 21a5ee8 commit d54b430

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

EXILED/Exiled.API/Features/Toys/Speaker.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,9 @@ public void ReturnToPool()
544544
if (MaxDistance != DefaultMaxDistance)
545545
MaxDistance = DefaultMaxDistance;
546546

547-
ControllerId = DefaultControllerId;
547+
if (ControllerId != DefaultControllerId)
548+
ControllerId = DefaultControllerId;
549+
548550
IsStatic = true;
549551

550552
Loop = false;

0 commit comments

Comments
 (0)