Fix debug info in buckling (#15987)
This commit is contained in:
@@ -411,7 +411,6 @@ public abstract partial class SharedBuckleSystem
|
|||||||
if (attemptEvent.Cancelled)
|
if (attemptEvent.Cancelled)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Logger.Debug($"{force}");
|
|
||||||
if (!force)
|
if (!force)
|
||||||
{
|
{
|
||||||
if (_gameTiming.CurTime < buckleComp.BuckleTime + buckleComp.UnbuckleDelay)
|
if (_gameTiming.CurTime < buckleComp.BuckleTime + buckleComp.UnbuckleDelay)
|
||||||
|
|||||||
Reference in New Issue
Block a user