1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

Fix null pointer exception (#207)

This commit is contained in:
Edoardo Sanguineti
2021-06-03 17:52:27 +02:00
committed by GitHub
parent 3f9ff7f899
commit 3005397bab

View File

@ -1435,6 +1435,7 @@ namespace SharedLibraryCore.Commands
Alias = "pa";
Permission = Permission.Owner;
RequiresTarget = false;
_contextFactory = contextFactory;
Arguments = new[]
{
new CommandArgument()