mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
fix: Fix console command responses in Simpl runtime environment
This commit is contained in:
@@ -110,10 +110,10 @@ namespace ICD.Common.Utils
|
||||
{
|
||||
PrintLine(message);
|
||||
}
|
||||
return;
|
||||
}
|
||||
#else
|
||||
PrintLine(message);
|
||||
#endif
|
||||
PrintLine(message);
|
||||
}
|
||||
|
||||
public static void PrintLine(string message)
|
||||
|
||||
Reference in New Issue
Block a user