1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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