Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed May 1, 2024
1 parent f5273a1 commit e6c9a33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pushup.Core/Core.Pushup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using KKAPI;
using KKAPI.Chara;
using KKAPI.Maker;
using KKAPI.Studio;
using MessagePack;
using System.Collections.Generic;
using System.Linq;
Expand Down Expand Up @@ -60,7 +59,7 @@ private void Start()
#if KK || KKS
//No studio for EC
RegisterStudioControls();
StudioAPI.StudioLoadedChanged += StudioInterfaceInitialised;
KKAPI.Studio.StudioAPI.StudioLoadedChanged += StudioInterfaceInitialised;
#endif
var harmony = Harmony.CreateAndPatchAll(typeof(Hooks));

Expand Down

0 comments on commit e6c9a33

Please sign in to comment.