Skip to content

Commit

Permalink
fix metamod plugins.ini override
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 12, 2024
1 parent 3c8fc0d commit be8453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN if [ "${#ReDeathmatch_Version}" -gt 0 ]; then \

ARG YaPB_URL="https://github.com/yapb/yapb/releases/download/4.4.957/yapb-4.4.957-linux.tar.xz"
RUN curl -sSL ${YaPB_URL} | bsdtar -xf - addons/ \
&& echo "linux addons/yapb/bin/yapb.so" > addons/metamod/plugins.ini
&& echo "linux addons/yapb/bin/yapb.so" >> addons/metamod/plugins.ini


ARG MOD
Expand Down

0 comments on commit be8453a

Please sign in to comment.