Fix for character customization preview on Wine #33

Closed
man-of-eel wants to merge 2 commits from master into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 788c24ee01 - Show all commits

View File

@ -2154,7 +2154,7 @@ public class GlobalFuncs
{
Process client = new Process();
client.StartInfo.FileName = rbxexe;
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
client.StartInfo.Arguments = args;
if (e != null)
{