From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:43:43 +0000 (-0500) Subject: Fix space vault (#21541) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c1791eb65daeda4a4a930e991f32859fe6e690ca;p=space-station-14.git Fix space vault (#21541) --- diff --git a/Content.Shared/Climbing/Systems/ClimbSystem.cs b/Content.Shared/Climbing/Systems/ClimbSystem.cs index 46255e4337..f065d19dd3 100644 --- a/Content.Shared/Climbing/Systems/ClimbSystem.cs +++ b/Content.Shared/Climbing/Systems/ClimbSystem.cs @@ -153,7 +153,7 @@ public sealed partial class ClimbSystem : VirtualController { if (component.NextTransition != null) { - StopClimb(uid, component); + FinishTransition(uid, component); } }