File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ public void SetupScreenshotWatcher()
155155 bool screensPathExists = Directory . Exists ( ScreenshotsPath ) ;
156156 if ( ! screensPathExists )
157157 {
158- DebugMessage ? . Invoke ( this , new ( $ "EFT screenshots folder not found; { ScreenshotsPath } ") ) ;
158+ // DebugMessage?.Invoke(this, new($"EFT screenshots folder not found; {ScreenshotsPath}"));
159159 }
160160 else
161161 {
162- DebugMessage ? . Invoke ( this , new ( $ "Watching EFT screenshots folder: { ScreenshotsPath } ") ) ;
162+ // DebugMessage?.Invoke(this, new($"Watching EFT screenshots folder: {ScreenshotsPath}"));
163163 }
164164 string watchPath = screensPathExists ? ScreenshotsPath : Environment . GetFolderPath ( Environment . SpecialFolder . MyDocuments ) ;
165165 screenshotWatcher . Path = watchPath ;
You can’t perform that action at this time.
0 commit comments