Skip to content

Commit

Permalink
fix(tf2-tftrue): bump temporary build of TFTrue
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Sep 18, 2021
1 parent 194565e commit 3550e19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.1.3


### Fixes

* **tf2-tftrue**: bump temporary build of TFTrue


# 1.1.2


Expand Down
2 changes: 1 addition & 1 deletion packages/tf2-tftrue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN wget -nv --no-check-certificate "${TFTRUE_URL}" \
&& unzip "${TFTRUE_FILE_NAME}" -d "${SERVER_DIR}/tf/" \
&& rm -f "${TFTRUE_FILE_NAME}"

RUN wget -nv "https://melkor.tf/TFTrue.so" -O "${SERVER_DIR}/tf/addons/TFTrue.so"
RUN wget -nv "https://spenny.tf/TFTrue.so" -O "${SERVER_DIR}/tf/addons/TFTrue.so"

CMD ["+sv_pure", "2", "+map", "cp_badlands", "+maxplayers", "24"]

Expand Down

0 comments on commit 3550e19

Please sign in to comment.