mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
Fix null pointer exception (#207)
This commit is contained in:
parent
3f9ff7f899
commit
3005397bab
@ -1435,6 +1435,7 @@ namespace SharedLibraryCore.Commands
|
|||||||
Alias = "pa";
|
Alias = "pa";
|
||||||
Permission = Permission.Owner;
|
Permission = Permission.Owner;
|
||||||
RequiresTarget = false;
|
RequiresTarget = false;
|
||||||
|
_contextFactory = contextFactory;
|
||||||
Arguments = new[]
|
Arguments = new[]
|
||||||
{
|
{
|
||||||
new CommandArgument()
|
new CommandArgument()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user