Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Unstable support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceba1 committed Feb 8, 2019
1 parent 13e63b1 commit 9bf9682
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 54 deletions.
Binary file modified Built/LocalMultiplayer/LocalMultiplayer.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion LocalMultiplayer/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public void GetInput(TankControl This)
{
if (Tank.IsAnchored)
{
Tank.Anchors.UnanchorAll();
Tank.Anchors.UnanchorAll(false, false);
AnchorCache = ((AnchorCache == (Tank.IsAnchored ? 2 : 1)) ? 2 : 0);
}
else
Expand Down
Loading

0 comments on commit 9bf9682

Please sign in to comment.