This commit is contained in:
Sem van der Hoeven
2020-09-16 15:30:49 +02:00
parent 39e4f655b1
commit 0264370b38
2 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ namespace RH_Engine
}
Console.WriteLine(sb.ToString());
Console.WriteLine("MESSAGE TO SEND: " + sb.ToString());
return sb.ToString();
}