Fix drain return (#20276)

This commit is contained in:
metalgearsloth 2023-09-17 15:08:05 +10:00 committed by Debug
parent 130065bf5e
commit 6e11eea4f7
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public sealed class DrainSystem : SharedDrainSystem
if (!drain.AutoDrain)
{
_ambientSoundSystem.SetAmbience(drain.Owner, false);
return;
continue;
}
if (!managerQuery.TryGetComponent(drain.Owner, out var manager))