mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
small tweak to restart and runas command
This commit is contained in:
@ -63,9 +63,8 @@ namespace SharedLibraryCore.Commands
|
||||
.SelectMany(ev => ev.Value.Output)
|
||||
.ToList();
|
||||
|
||||
foreach (var output in responses)
|
||||
await gameEvent.Origin.Tell(_translationLookup["COMMANDS_RUN_AS_SUCCESS"].FormatExt(output))
|
||||
.WaitAsync();
|
||||
await gameEvent.Origin.TellAsync(responses.Select(output =>
|
||||
_translationLookup["COMMANDS_RUN_AS_SUCCESS"].FormatExt(output)));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user