Skip to content

Commit ff1eccc

Browse files
committed
new shared folder path
1 parent 42daadf commit ff1eccc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

direct/src/directutil/LargeBlobSenderConsts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
FilePattern = 'largeBlob.%s'
88

99
def getLargeBlobPath():
10-
return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
10+
# 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

Comments
 (0)