temporarily disable plugin interactions
This commit is contained in:
parent
0ebd582532
commit
eac8483885
@ -86,6 +86,8 @@ public class InteractionRegistration : IInteractionRegistration
|
|||||||
int? clientId = null,
|
int? clientId = null,
|
||||||
Reference.Game? game = null, CancellationToken token = default)
|
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);
|
return await GetInteractionsInternal(interactionPrefix, clientId, game, token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user