This commit is contained in:
Bluefissure 2020-08-07 22:02:40 -04:00
parent 94740f4057
commit 8ec60f2eed
No known key found for this signature in database
GPG key ID: 816D3A16A0FEEF41

View file

@ -25,7 +25,7 @@ namespace Dalamud.Game.ClientState.Actors.Resolvers
/// Set up the world resolver with the provided ID.
/// </summary>
/// <param name="id">The ID of the world.</param>
public World(byte id, Dalamud dalamud) : base(dalamud) {
public World(ushort id, Dalamud dalamud) : base(dalamud) {
this.Id = id;
}
}