ai|uberdog: Fix start scripts

This commit is contained in:
John Cote 2024-09-07 22:28:49 -04:00
parent ce93dd70e5
commit f6cfeb48d5
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)