Fix debug info in buckling (#15987)

This commit is contained in:
AJCM-git
2023-05-01 16:55:01 -04:00
committed by GitHub
parent d96b2db8da
commit f163be9151

View File

@@ -411,7 +411,6 @@ public abstract partial class SharedBuckleSystem
if (attemptEvent.Cancelled)
return false;
Logger.Debug($"{force}");
if (!force)
{
if (_gameTiming.CurTime < buckleComp.BuckleTime + buckleComp.UnbuckleDelay)