Stop items that are being pulled from spinning (#26504)

* Fixed pulled items spinning when moved

* edited out others issues

* more reverts

* requested fix

* Removed "Optional:"
This commit is contained in:
Zealith-Gamer
2024-03-29 20:35:42 -07:00
committed by GitHub
parent 3af54a286e
commit 39753892c2
2 changed files with 24 additions and 16 deletions

View File

@@ -269,7 +269,7 @@ public sealed class PullingSystem : EntitySystem
}
Dirty(player, pullerComp);
_throwing.TryThrow(pulled.Value, fromUserCoords, user: player, strength: 4f, animated: false, recoil: false, playSound: false);
_throwing.TryThrow(pulled.Value, fromUserCoords, user: player, strength: 4f, animated: false, recoil: false, playSound: false, doSpin: false);
return false;
}