CM2Walki / Squad

Dockerfile for automated build of a Squad gameserver: https://hub.docker.com/r/cm2network/squad/
https://CM2.Network
MIT License
36 stars 20 forks source link

Allow setting FIXEDMAXTICKRATE #10

Closed mvrueden closed 3 years ago

mvrueden commented 3 years ago

Here we add the allowed FIXEDMAXTICKRATE. The changes did not take effect for me, as they pulled down the entry.sh from github again. I changed that bit in the Dockerfile.

CM2Walki commented 3 years ago

Just as a side-note if you are interested. I'm not using COPY because it creates another unnecessary layer.

Could you please restore: https://github.com/CM2Walki/Squad/pull/10/files#diff-63e19a6a8696bd4599f76e54bedb234e976ebef8edbbaf9f3b456af7f4c60b8dL11-L21

You can obviously temporarily adjust the download URL to point to your repo.

Then I will merge. Thanks for your contribution.

mvrueden commented 3 years ago

I reverted the changes.