]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix UseDelay issues (#27336)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Fri, 26 Apr 2024 07:58:06 +0000 (17:58 +1000)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 07:58:06 +0000 (17:58 +1000)
commitd745a788ea33616f06f5301f780e5c7dba3ae6c6
tree27f19262e9003e4e17b84e6415bbc93ac255a8b1
parentfe67634397ca346ab0eba320f321121a0e824e2b
Fix UseDelay issues (#27336)

* Fix UseDelay issues

- Fix it not predicting properly by deep-copying the classes (realistically they should be structs).
- Fix the `z` path not applying UseDelay similarly to the `e` path.

* click
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Timing/UseDelayComponent.cs
Content.Shared/Timing/UseDelaySystem.cs