Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 13:50
· 22 commits to master since this release
  • Switched to a new URL scheme for server connections, freeing up my primary domain
  • Added support for Counter-Strike 2 map images
  • Added a message to /players on Counter-Strike 2 servers explaining they do not support player queries yet

To make an r56 database compatible with this release in a self-hosted environment, run the following in MongoDB:
db.servers.updateMany({}, {$set: {appId: "0"}}, false)