fix: bad service type in ClientState ctor

This commit is contained in:
goaaats 2022-04-17 17:16:45 +02:00
parent 96405d2ae8
commit c4343d0976
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -62,7 +62,7 @@ namespace Dalamud.Game.ClientState
Service<GamepadState>.Set(this.address); Service<GamepadState>.Set(this.address);
Service<Condition>.Set(this.address); Service<Conditions.Condition>.Set(this.address);
Service<TargetManager>.Set(this.address); Service<TargetManager>.Set(this.address);