test
This commit is contained in:
parent
32080d3da2
commit
b0ad962611
@ -260,6 +260,9 @@ namespace DiIiS_NA
|
|||||||
while (!IsCancellationRequested())
|
while (!IsCancellationRequested())
|
||||||
{
|
{
|
||||||
var line = Console.ReadLine();
|
var line = Console.ReadLine();
|
||||||
|
if(line == null){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (line == "!q" || line == "!quit" || line == "!exit")
|
if (line == "!q" || line == "!quit" || line == "!exit")
|
||||||
{
|
{
|
||||||
Logger.Info("Break !quit");
|
Logger.Info("Break !quit");
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title