]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
P0 BUGFIX: Master doesn't build because of uncaught git merge conflict. (#39116)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Mon, 21 Jul 2025 18:20:39 +0000 (11:20 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 18:20:39 +0000 (14:20 -0400)
Quick before someone notices

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Content.Shared/Bed/Sleep/SleepingSystem.cs

index 61803d7c7d85839c528db4838e819809314cd868..e4732f82f93d6039887c4665dd2fc280e157776c 100644 (file)
@@ -128,7 +128,7 @@ public sealed partial class SleepingSystem : EntitySystem
         }
 
         _stun.TryUnstun(ent.Owner);
-        _stun.TryStanding(ent.Owner, out _);
+        _stun.TryStanding(ent.Owner);
 
         RemComp<SpamEmitSoundComponent>(ent);
     }