Roemer / ut99-server

A dockerfile for a fully functional and easy configurable Unreal Tournament 99 server.
MIT License
82 stars 28 forks source link

Fixed overwriting of patched file Botpack.u #12

Closed yattaro closed 2 years ago

yattaro commented 2 years ago

File Botpack.u included in the 469b patch is no longer overwritten by the original file included in the 436 server package as mentioned in #11.

Roemer commented 2 years ago

Shouldn't we just delete the BotPack.u and just keep the Botpack.u?

yattaro commented 2 years ago

Both really now that you mention it, removing the original should clear up all confusion but even if you delete the original file the script still needs that line removed because it's not there anymore.

Roemer commented 2 years ago

I changed the line to a delete to delete the old file and pushed it to master already. I also added github actions to auto-push a new image to dockerhub as they disabled auto builds for free accounts... I guess this Pr is now obsolete.