mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Update default directories
This commit is contained in:
parent
a55ddcc00b
commit
14a6776d0b
1 changed files with 2 additions and 2 deletions
|
@ -170,11 +170,11 @@ if not args.noconf:
|
|||
try:
|
||||
PatchmanCfgAdminDirectory
|
||||
except NameError:
|
||||
PatchmanCfgAdminDirectory = "S:/notes/patchman_cfg/admin_install"
|
||||
PatchmanCfgAdminDirectory = "R:/code/ryzom/server/patchman_cfg/admin_install"
|
||||
try:
|
||||
PatchmanCfgDefaultDirectory
|
||||
except NameError:
|
||||
PatchmanCfgDefaultDirectory = "S:/notes/patchman_cfg/default"
|
||||
PatchmanCfgDefaultDirectory = "R:/code/ryzom/server/patchman_cfg/default"
|
||||
try:
|
||||
PatchmanBridgeServerDirectory
|
||||
except NameError:
|
||||
|
|
Loading…
Reference in a new issue