Skip to content

Commit e6a45d4

Browse files
committed
Nice and clean output!
1 parent 7753a2b commit e6a45d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private static void ProcessMessage(byte[] data, string remote)
180180
{
181181
//string mytext = "C:\\Program Files (x86)\\Steam\\steamapps\\common\\People Playground\\People Playground_Data\\hello.txt";
182182
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("\\\\", "/");
183-
Console.WriteLine("Received text: {0}", text);
183+
Console.WriteLine("Received mod compile instructions!", text);
184184
CompileMod(JsonConvert.DeserializeObject<ModCompileInstructions>(text), remote);
185185
}
186186
}

0 commit comments

Comments
 (0)