„src/GetRegionTextures.cs“ ändern

master
Chris 2021-01-04 05:41:53 +00:00
parent 6dfa7547b8
commit 0d812cbd34
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace GetRegionTextures
static void Main(string[] args)
{
if(File.Exists("ffmpeg.exe"))
if(!File.Exists("ffmpeg.exe"))
{
Console.WriteLine("Cant find ffmpeg.exe");
Console.ReadLine();