Skip to content

Commit

Permalink
VRAD doesn't need to load the old FGD dbase
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Nov 10, 2023
1 parent d54c33d commit 413ca43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vrad.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ async def main(argv: List[str]) -> None:
for child_sys in fsys.systems[:]:
LOGGER.debug('- {}: {!r}', child_sys[1], child_sys[0])

LOGGER.info('Reading our FGD files...')
fgd = FGD.engine_dbase()

packlist = PackList(fsys)
LOGGER.info('Reading soundscripts...')
packlist.load_soundscript_manifest(root_folder / 'bin/bee2/sndscript_cache.dmx')
Expand Down

0 comments on commit 413ca43

Please sign in to comment.