From 87211b84e1b0fe943ea0a5eab4a9575abcd16bff Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sun, 6 Sep 2015 16:27:52 +0200 Subject: [PATCH] Small fix --- Client/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Program.cs b/Client/Program.cs index 743a7d0f..e39d8652 100644 --- a/Client/Program.cs +++ b/Client/Program.cs @@ -163,7 +163,7 @@ namespace xClient { try { - File.SetAttributes(ClientData.InstallPath, FileAttributes.Hidden); + File.SetAttributes(ClientData.CurrentPath, FileAttributes.Hidden); } catch (Exception) {