From 0b278963967ec8f8abfbe7a0e3183577e3713fae Mon Sep 17 00:00:00 2001 From: JusicP Date: Thu, 13 Jan 2022 16:22:33 +0200 Subject: [PATCH] Fix built server copied to wrong folder --- game/server/server_base.vpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/server/server_base.vpc b/game/server/server_base.vpc index f9fa0bc0..b83fb606 100644 --- a/game/server/server_base.vpc +++ b/game/server/server_base.vpc @@ -5,7 +5,7 @@ //----------------------------------------------------------------------------- $Macro OUTBINNAME "server" -$Macro OUTBINDIR "$SRCDIR\..\game\bin" +$Macro OUTBINDIR "$SRCDIR\..\game\$GAMENAME\bin" $Macro DEVKITBINDIR "$GAMENAME\bin" [$X360] // It's important to include $GAMENAME in the generated_proto directory // to avoid race conditions when multiple games are in one solution.