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

Commit fdb4642

Browse files
committed
Accidental rebase
1 parent 3c7201c commit fdb4642

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

client/client.exe

-42 MB
Binary file not shown.

server/server.exe

-39.3 MB
Binary file not shown.

server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
PRESET = 'Treasure' # Choose from the presets dictionary
3232

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

3636
if PRESET:
3737
folder = presets[PRESET]

0 commit comments

Comments
 (0)