From 1734448b1497221fd8badf46732cb68bcb1dda4b Mon Sep 17 00:00:00 2001 From: PowerpuffIO <32038524+PowerpuffIO@users.noreply.github.com> Date: Sun, 26 Apr 2026 18:22:51 +0300 Subject: [PATCH] When building a project, we no longer get an error if the user Vandovs has a name in Cyrillic. Previously, we were getting a build error due to the Username on the PC being in Russian. This fix eliminates the build error. --- .gitignore | 1 + .../WowPacketParser.Proto.csproj | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 9f69f9ab90..414456d66a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ packages/* wpp.tgz cov-int +/.build-temp/ # Rider .idea \ No newline at end of file diff --git a/WowPacketParser.Proto/WowPacketParser.Proto.csproj b/WowPacketParser.Proto/WowPacketParser.Proto.csproj index ca00a63c98..cb0460fb5e 100644 --- a/WowPacketParser.Proto/WowPacketParser.Proto.csproj +++ b/WowPacketParser.Proto/WowPacketParser.Proto.csproj @@ -5,6 +5,30 @@ enable + + + + + + + + + + + + + + <_ProtobufSafeTemp>$([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\..\.build-temp')) + + + + + +