test
This commit is contained in:
parent
8980bff248
commit
f68d3b2c73
@ -260,7 +260,7 @@ namespace DiIiS_NA
|
||||
while (!IsCancellationRequested())
|
||||
{
|
||||
var line = Console.ReadLine();
|
||||
if (line is null or "!q" or "!quit" or "!exit")
|
||||
if (line is "!q" or "!quit" or "!exit")
|
||||
{
|
||||
Logger.Info("Break !quit");
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title