2021-06-29 23:28:49 +00:00
|
|
|
if __debug__:
|
2021-07-04 02:02:19 +00:00
|
|
|
from panda3d.core import loadPrcFile
|
2021-06-29 23:28:49 +00:00
|
|
|
loadPrcFile('etc/Configrc.prc')
|
|
|
|
else:
|
|
|
|
import sys
|
|
|
|
sys.path = ['']
|
2021-07-04 02:02:19 +00:00
|
|
|
|
2019-11-02 22:27:54 +00:00
|
|
|
from toontown.launcher.QuickLauncher import QuickLauncher
|
|
|
|
launcher = QuickLauncher()
|
|
|
|
launcher.notify.info('Reached end of StartQuickLauncher.py.')
|