Fix space vault (#21541)

This commit is contained in:
themias 2023-11-08 20:43:43 -05:00 committed by GitHub
parent 8be97a20c5
commit c1791eb65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public sealed partial class ClimbSystem : VirtualController
{
if (component.NextTransition != null)
{
StopClimb(uid, component);
FinishTransition(uid, component);
}
}