]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix DoDrop to DropNextTo in container cases (#30911)
authorToken <esil.bektay@yandex.com>
Mon, 12 Aug 2024 14:18:26 +0000 (19:18 +0500)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 14:18:26 +0000 (10:18 -0400)
commitd4c0155d668d847639407a6c5829f5fe6f22c076
treef7e91e17f1088ddd02269bdbc97d4540ded40d7b
parent691e37c0dbdaa53fa29794fb86a17dd2c1b6f21d
Fix DoDrop to DropNextTo in container cases (#30911)

* Fix DoDrop to DropNextTo in container cases
DoDrop is too heavy to calculation. In any other case we should use alternatives, for example DropNextTo helper method

* codestyle change
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs