mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 22:55:42 +00:00
Remove unused revision parameter
This commit is contained in:
parent
9a2b841e96
commit
8430783718
@ -46,9 +46,8 @@ public sealed partial class VirtualParadiseClient
|
||||
/// </summary>
|
||||
/// <param name="center">The cell whose objects to enumerate.</param>
|
||||
/// <param name="radius">The range of cells to query.</param>
|
||||
/// <param name="revision">The cell revision.</param>
|
||||
/// <returns>An enumerable of <see cref="VirtualParadiseObject" />.</returns>
|
||||
public async IAsyncEnumerable<VirtualParadiseObject> EnumerateObjectsAsync(Cell center, int radius, int? revision = null)
|
||||
public async IAsyncEnumerable<VirtualParadiseObject> EnumerateObjectsAsync(Cell center, int radius)
|
||||
{
|
||||
if (radius < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user