mirror of
https://github.com/openbullet/openbullet.git
synced 2023-10-21 07:33:42 -05:00
Fixed bug in previous commits
This commit is contained in:
@@ -69,8 +69,8 @@ namespace OpenBullet.ViewModels
|
||||
.Select(r => new RunnerSessionData()
|
||||
{
|
||||
Bots = r.BotsAmount,
|
||||
Config = r.ConfigName,
|
||||
Wordlist = r.Wordlist.Path,
|
||||
Config = r.Config != null ? r.ConfigName : "",
|
||||
Wordlist = r.Wordlist != null ? r.Wordlist.Path : "",
|
||||
ProxyMode = r.ProxyMode
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user