Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial value for g_LogoBasePath (#538)
I found error in logs about not able to check for logo path, I think it's due to g_LogoBasePath not having any value initally. Not sure if this is correct approach. The error itself ``` L 06/01/2020 - 15:30:31: [SM] Exception reported: Invalid path. An empty path string is not valid, use "." to refer to the current working directory. L 06/01/2020 - 15:30:31: [SM] Blaming: get5_apistats.smx L 06/01/2020 - 15:30:31: [SM] Call stack trace: L 06/01/2020 - 15:30:31: [SM] [0] DirExists L 06/01/2020 - 15:30:31: [SM] [1] Line 160, ./scripting/get5_apistats.sp::Get5_OnSeriesInit L 06/01/2020 - 15:30:31: [SM] [3] Call_Finish ... ```
- Loading branch information