From 3005397bab0f48c43049ab4c23d1bb1b41840f42 Mon Sep 17 00:00:00 2001 From: Edoardo Sanguineti Date: Thu, 3 Jun 2021 17:52:27 +0200 Subject: [PATCH] Fix null pointer exception (#207) --- SharedLibraryCore/Commands/NativeCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SharedLibraryCore/Commands/NativeCommands.cs b/SharedLibraryCore/Commands/NativeCommands.cs index eb403798..59ffd158 100644 --- a/SharedLibraryCore/Commands/NativeCommands.cs +++ b/SharedLibraryCore/Commands/NativeCommands.cs @@ -1435,6 +1435,7 @@ namespace SharedLibraryCore.Commands Alias = "pa"; Permission = Permission.Owner; RequiresTarget = false; + _contextFactory = contextFactory; Arguments = new[] { new CommandArgument()