mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix refs
This commit is contained in:
parent
94740f4057
commit
8ec60f2eed
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ namespace Dalamud.Game.ClientState.Actors.Resolvers
|
||||||
/// Set up the world resolver with the provided ID.
|
/// Set up the world resolver with the provided ID.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="id">The ID of the world.</param>
|
/// <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;
|
this.Id = id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue