Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Accidental rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
devnull03 committed Nov 23, 2020
1 parent 3c7201c commit fdb4642
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed client/client.exe
Binary file not shown.
Binary file removed server/server.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
PRESET = 'Treasure' # Choose from the presets dictionary

# Server files ------------------------------------
folder = "" # Change folder location to the one containing your files
folder = os.getcwd().rstrip("\\server") + "\\test_files" # Change folder location to the one containing your files

if PRESET:
folder = presets[PRESET]
Expand Down

0 comments on commit fdb4642

Please sign in to comment.