ai|uberdog: Fix start scripts
This commit is contained in:
parent
ce93dd70e5
commit
f6cfeb48d5
|
|
@ -1,7 +1,7 @@
|
|||
from panda3d.core import loadPrcFile
|
||||
|
||||
# TODO: use argparse for this?
|
||||
configs = ('etc/Configrc.prc',)
|
||||
configs = ('config/Configrc.prc',)
|
||||
for prc in configs:
|
||||
loadPrcFile(prc)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Start the Toontown UberDog (Uber Distributed Object Globals server).
|
|||
from panda3d.core import loadPrcFile
|
||||
|
||||
# TODO: use argparse for this?
|
||||
configs = ('etc/Configrc.prc',)
|
||||
configs = ('config/Configrc.prc',)
|
||||
for prc in configs:
|
||||
loadPrcFile(prc)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue