From ef1a51ef1bd049a7ab6bd9628f93ef896ae66db9 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Mon, 18 Jul 2016 20:27:50 +0200 Subject: [PATCH] Added comment to mono compatibility fix --- Client/Client.csproj | 2 +- Server/Core/Networking/Server.cs | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 87ce5689..8d9b31d9 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -311,7 +311,7 @@ copy "$(TargetPath)" "$(TargetDir)client.bin" /Y - cp "$(TargetPath)" "$(TargetDir)client.bin" + cp "$(TargetPath)" "$(TargetDir)client.bin"