Skip to content

Commit

Permalink
One small fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirlovon committed Sep 11, 2017
1 parent a2887a3 commit 6282845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Devil-Server.au3
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Singleton("devil_check_server", 0)
; Read config file
Global $Config_ClientID = IniRead("config.ini", "Config", "ClientID", "defective_client")
Global $Config_ServerPatch = IniRead("config.ini", "Config", "ServerPatch", "C:\")
Global $Config_ControlPanelPatch = IniRead("config.ini", "Config", "ControlPanelPatch", "Devil-ControlPanel x32.exe")
Global $Config_ControlPanelPatch = IniRead("config.ini", "Config", "ControlPanelPatch", "Devil-ControlPanel.exe")
Global $Config_AddToStartup = IniRead("config.ini", "Config", "AddToStartup", "False")
Global $Config_Speed = IniRead("config.ini", "Config", "Speed", "10")

Expand Down

0 comments on commit 6282845

Please sign in to comment.