Warning Fixes

This commit is contained in:
Andrey Zavadskiy
2017-02-09 16:18:08 +03:00
parent 60e206e587
commit e06aa44c4c
10 changed files with 16 additions and 22 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Online.API.Requests
public GetMessagesRequest(List<Channel> channels, long? sinceId)
{
this.channels = channels;
this.since = sinceId;
since = sinceId;
}
protected override WebRequest CreateWebRequest()