Skip to content

Commit

Permalink
temporarily disable plugin interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jan 6, 2023
1 parent d9f6ed8 commit be17d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Application/Misc/InteractionRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public async Task<IEnumerable<IInteractionData>> GetInteractions(string interact
int? clientId = null,
Reference.Game? game = null, CancellationToken token = default)
{
return Enumerable.Empty<IInteractionData>();
// fixme: multi-threading is broken when dealing with script plugins
return await GetInteractionsInternal(interactionPrefix, clientId, game, token);
}

Expand Down

0 comments on commit be17d91

Please sign in to comment.