mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: bad service type in ClientState ctor
This commit is contained in:
parent
96405d2ae8
commit
c4343d0976
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ namespace Dalamud.Game.ClientState
|
|||
|
||||
Service<GamepadState>.Set(this.address);
|
||||
|
||||
Service<Condition>.Set(this.address);
|
||||
Service<Conditions.Condition>.Set(this.address);
|
||||
|
||||
Service<TargetManager>.Set(this.address);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue