Skip to content

Commit

Permalink
Nice and clean output!
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidRepo committed Sep 27, 2023
1 parent 7753a2b commit e6a45d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ModCompileInstructions>(text), remote);
}
}
Expand Down

0 comments on commit e6a45d4

Please sign in to comment.