riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
823 stars 95 forks source link

Handle DirectoryNotFoundException if the SplashScreens directory does not exist #198

Closed inb40 closed 3 years ago

inb40 commented 3 years ago

I recently started working with the repo and saw that this throws an Exception on a clean repo install, apparently this folder is optional but its DirectoryException is not handled.

riperiperi commented 3 years ago

Nice catch - forgot this type of exception would be thrown.