diff --git a/Program.cs b/Program.cs index 1264c36..03fa2ff 100644 --- a/Program.cs +++ b/Program.cs @@ -180,7 +180,7 @@ private static void ProcessMessage(byte[] data, string remote) { //string mytext = "C:\\Program Files (x86)\\Steam\\steamapps\\common\\People Playground\\People Playground_Data\\hello.txt"; text = text.Replace("C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\workshop", pathlol+"workshop").Replace("C:\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\People Playground\\\\", pathlol+"common/People Playground/").Replace("\\\\", "/"); - Console.WriteLine("Received text: {0}", text); + Console.WriteLine("Received mod compile instructions!", text); CompileMod(JsonConvert.DeserializeObject(text), remote); } }