Update usage of requests

This commit is contained in:
Andrei Zavatski
2019-07-15 13:37:25 +03:00
parent 111541fe7a
commit 9458bca58f
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Online.API.Requests
this.userId = userId;
this.type = type;
this.offset = offset;
this.offset = limit;
this.limit = limit;
}
// ReSharper disable once ImpureMethodCallOnReadonlyValueField