From b2b07d23102ec65f925f956d1f0989457e051801 Mon Sep 17 00:00:00 2001 From: Major Date: Wed, 17 Jul 2019 13:52:11 +0100 Subject: [PATCH] Remove redundant file from cache structure --- docs/src/docs/asciidoc/getting-started/running-apollo.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/docs/asciidoc/getting-started/running-apollo.adoc b/docs/src/docs/asciidoc/getting-started/running-apollo.adoc index cd7b9f5f4..20b458622 100644 --- a/docs/src/docs/asciidoc/getting-started/running-apollo.adoc +++ b/docs/src/docs/asciidoc/getting-started/running-apollo.adoc @@ -48,16 +48,15 @@ Apollo supports release 377, so in our case we want the directory structure to l ``` data/fs └── 377 - ├── jingle1.mid ├── main_file_cache.dat ├── main_file_cache.idx0 ├── main_file_cache.idx1 ├── main_file_cache.idx2 - ├── main_file_cache.idxN + ├── ... ``` Now that everything is in place we can use the Gradle task to boot the server ``` > $ gradle server:run ``` -After booting Apollo will have loaded the game data and be ready to accept connections. \ No newline at end of file +After booting Apollo will have loaded the game data and be ready to accept connections.