Skip to content

Commit

Permalink
Fixed a bug when starting Minecraft, Forge Versions were lagging
Browse files Browse the repository at this point in the history
  • Loading branch information
JBou committed Apr 10, 2014
1 parent a32a58f commit c14abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinecraftLauncher/MainWindow.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ Public Class MainWindow
.FileName = Startcmd(Startinfos.Profile)
.Arguments = Arguments
' Arbeitsverzeichnis setzen falls nötig
.WorkingDirectory = ""
.WorkingDirectory = mcpfad.FullName
' kein Window erzeugen
.CreateNoWindow = True
' UseShellExecute auf false setzen
Expand Down

0 comments on commit c14abbe

Please sign in to comment.