This commit is contained in:
Mateleo 2024-11-22 16:42:16 +01:00
parent 32080d3da2
commit b0ad962611

View File

@ -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");