From 8e34c5e18fca9f8a8c8104e95a724b12567e8aca Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Sat, 23 Mar 2024 13:58:27 +0000 Subject: [PATCH] Separate compatibility version for v1.9.07b Rain World v1.9.07b is on SPCoopEmotes v1.3.1 Rain World v1.9.15 is on SPCoopEmotes v1.4 --- SingleplayerCoopEmotes.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SingleplayerCoopEmotes.csproj b/SingleplayerCoopEmotes.csproj index 1a858f6..c6b5217 100644 --- a/SingleplayerCoopEmotes.csproj +++ b/SingleplayerCoopEmotes.csproj @@ -83,11 +83,11 @@ IF "$(ConfigurationName)" == "Debug" ( - copy /Y "$(TargetDir)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\plugins" + copy /Y "$(TargetDir)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\newest\plugins" ) ELSE ( - copy /Y "$(TargetPath)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\plugins" + copy /Y "$(TargetPath)" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)\newest\plugins" ) copy /Y "$(ProjectDir)\$(TargetName)\modinfo.json" "$(RainWorldSteam)\RainWorld_Data\StreamingAssets\mods\$(ProjectName)" - \ No newline at end of file +