diff --git a/Admin/Command.cs b/Admin/Command.cs index 8f3361fe..79f72e86 100644 --- a/Admin/Command.cs +++ b/Admin/Command.cs @@ -108,7 +108,7 @@ namespace IW4MAdmin if (E.Owner.Website == null) Message = "^1Player Banned: ^5" + E.Target.lastOffense; else - Message = "^1Player Banned: ^5" + E.Target.lastOffense + "^7 (appeal " + E.Owner.Website; + Message = "^1Player Banned: ^5" + E.Target.lastOffense + "^7 (appeal at" + E.Owner.Website + ")"; if (E.Origin.Level > E.Target.Level) { E.Target.Ban(Message, E.Origin); diff --git a/Admin/IW4M ADMIN.csproj b/Admin/IW4M ADMIN.csproj index 5a87151f..e26d4881 100644 --- a/Admin/IW4M ADMIN.csproj +++ b/Admin/IW4M ADMIN.csproj @@ -88,9 +88,9 @@ app.manifest - - ..\SharedLibary\SharedLibary\bin\Debug\SharedLibary.dll - False + + False + lib\SharedLibrary.dll @@ -132,7 +132,7 @@ PreserveNewest - + PreserveNewest @@ -307,7 +307,7 @@ del *.dll del app.config del *.manifest del *.log -xcopy /E /Y "$(ProjectDir)bin\Release" "$(SolutionDir)Release Build" +xcopy /Y /I /E "*" "$(SolutionDir)Release Build"