Buckle improvements (#2508)

* Buckle improvements

* Update doc

* Remove redundant argument name

* Remove import
This commit is contained in:
DrSmugleaf
2020-11-06 15:15:02 +01:00
committed by GitHub
parent 560f89b297
commit b5d00a2cf6
3 changed files with 93 additions and 151 deletions

View File

@@ -302,7 +302,7 @@ namespace Content.IntegrationTests.Tests.Buckle
human.Transform.LocalPosition += (100, 0);
});
await WaitUntil(server, () => !buckle.Buckled, maxTicks: 10);
await WaitUntil(server, () => !buckle.Buckled, 10);
Assert.False(buckle.Buckled);