Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 29, 2024
1 parent 1adc2fc commit 196d5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ http://localhost/client?world=0&detail=high&method=0 (Java)
A web worker server will start when loading world 999. This works as a no install, offline, singleplayer version of the server. You will need to self host in order to load saves.

The following files are required from the server:
1. `npm run build`, then copy data directory from the server to `src/public` in client
2. `npm run bundle`, this copies worker.js and LoginThread.js to `../Client2/src/public`
1. `npm run build`, then copy data directory from the server to `Client2/src/public` in client
2. `npm run bundle`, this copies worker.js and LoginThread.js to `../Client2/public`
3. Saves will load from `data/players` and a save dialog will open on logout, but you should save them to `src/public/data/players` instead.
4. Optional: To host on github see [.gitignore](.gitignore#L15).

Expand Down

0 comments on commit 196d5cf

Please sign in to comment.