Skip to content

Commit 8894f6c

Browse files
committed
bug: proper no lobby build
1 parent 2f15f5b commit 8894f6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/re
8080

8181
ENV METAMOD_CSGO_URL=https://mms.alliedmods.net/mmsdrop/1.12/mmsource-1.12.0-git1219-linux.tar.gz
8282
ENV SOURCEMOD_CSGO_URL=https://sm.alliedmods.net/smdrop/1.13/sourcemod-1.13.0-git7297-linux.tar.gz
83-
ENV NO_LOBBY_RESERVATION_URL=https://github.com/eldoradoel/NoLobbyReservation/archive/refs/heads/master.zip
83+
ENV NO_LOBBY_RESERVATION_URL=https://github.com/nuxencs/NoLobbyReservation/releases/download/v0.0.1/NoLobbyReservation.zip
8484

8585
RUN apt-get update && \
8686
apt-get install -y --no-install-recommends \

scripts/setup-csgo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ done
3535
cp -R "/opt/csgo-sourcemod/cfg" "${INSTANCE_SERVER_DIR}/csgo"
3636
cp -R "/opt/csgo-sourcemod/addons" "${INSTANCE_SERVER_DIR}/csgo"
3737
cp -R "/opt/csgo-metamod/addons" "${INSTANCE_SERVER_DIR}/csgo"
38-
cp -R "/opt/csgo-no-lobby-reservation/NoLobbyReservation-master/csgo/addons" "${INSTANCE_SERVER_DIR}/csgo"
38+
cp -R "/opt/csgo-no-lobby-reservation/addons" "${INSTANCE_SERVER_DIR}/csgo"
3939

4040
echo "---Create Symbolic Links---"
4141
create_symlinks "$BASE_SERVER_DIR" "$INSTANCE_SERVER_DIR"

0 commit comments

Comments
 (0)