We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a5ee8 commit d54b430Copy full SHA for d54b430
1 file changed
EXILED/Exiled.API/Features/Toys/Speaker.cs
@@ -544,7 +544,9 @@ public void ReturnToPool()
544
if (MaxDistance != DefaultMaxDistance)
545
MaxDistance = DefaultMaxDistance;
546
547
- ControllerId = DefaultControllerId;
+ if (ControllerId != DefaultControllerId)
548
+ ControllerId = DefaultControllerId;
549
+
550
IsStatic = true;
551
552
Loop = false;
0 commit comments