mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
temporarily disable plugin interactions
This commit is contained in:
@ -86,6 +86,8 @@ public class InteractionRegistration : IInteractionRegistration
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user