We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42daadf commit ff1ecccCopy full SHA for ff1eccc
direct/src/directutil/LargeBlobSenderConsts.py
@@ -7,4 +7,6 @@
7
FilePattern = 'largeBlob.%s'
8
9
def getLargeBlobPath():
10
- return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
+ # this folder needs to be accessible by everyone that is going to level edit
11
+ # an area as a group
12
+ return config.GetString('large-blob-path', 'i:\\toontown_in_game_editor_temp')
0 commit comments