Skip to content

Commit

Permalink
Merge pull request #436 from InvalidArgument3/sifieldgenfinalsolution
Browse files Browse the repository at this point in the history
attempt to fix siege mode
  • Loading branch information
InvalidArgument3 authored Jan 27, 2024
2 parents 2a66187 + f4e6993 commit 0d93230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ private void SiegeMode(MySync<bool, SyncDirection.BothWays> SiegeActivated)

if (SiegeTimer > 0)
{
SiegeBlockShutdown(allTerminalBlocks);
//SiegeBlockShutdown(allTerminalBlocks);

if (SIGenBlock.CubeGrid.Physics.LinearVelocity != Vector3D.Zero)
{
Expand Down

0 comments on commit 0d93230

Please sign in to comment.