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