Merge remote-tracking branch 'origin/master'

This commit is contained in:
Eric Myllyoja 2021-12-08 12:59:19 -05:00
commit 5806f56986

View File

@ -59,8 +59,6 @@ You should have a directory containing the following file structure.
|-names |-names
|- ... |- ...
|-maps |-maps
|-navmeshes
|- ...
|- ... |- ...
|-chatplus_en_us.txt |-chatplus_en_us.txt
|-cdclient.fdb |-cdclient.fdb
@ -193,7 +191,7 @@ Once the build is done, we're going to do the final configuration needed for the
Download the server-resources.zip file from Google Cloud Storage. Be sure to replace the bucket name. Download the server-resources.zip file from Google Cloud Storage. Be sure to replace the bucket name.
```bash ```bash
gsutil cp gs://<BUCKET-NAME>/server-resources.zip ~/server-resources.zip gsutil cp gs://BUCKETNAME/server-resources.zip ~/server-resources.zip
``` ```
Then run all these commands, one at a time, in order. Then run all these commands, one at a time, in order.