Browse Source

new shared folder path

Darren Ranalli 17 years ago
parent
commit
ff1ecccfa5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      direct/src/directutil/LargeBlobSenderConsts.py

+ 3 - 1
direct/src/directutil/LargeBlobSenderConsts.py

@@ -7,4 +7,6 @@ ChunkSize = 100
 FilePattern = 'largeBlob.%s'
 
 def getLargeBlobPath():
-    return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
+    # this folder needs to be accessible by everyone that is going to level edit
+    # an area as a group
+    return config.GetString('large-blob-path', 'i:\\toontown_in_game_editor_temp')