diff --git a/src/BizHawk.Client.EmuHawk/Program.cs b/src/BizHawk.Client.EmuHawk/Program.cs index 0d615b5ad6..ce5706f24f 100644 --- a/src/BizHawk.Client.EmuHawk/Program.cs +++ b/src/BizHawk.Client.EmuHawk/Program.cs @@ -112,8 +112,8 @@ namespace BizHawk.Client.EmuHawk WinForms.Controls.ReflectionCache.AsmVersion, }.Any(asmVer => asmVer != thisAsmVer)) { - //MessageBox.Show("One or more of the BizHawk.* assemblies have the wrong version!\n(Did you attempt to update by overwriting an existing install?)"); - //return -1; + MessageBox.Show("One or more of the BizHawk.* assemblies have the wrong version!\n(Did you attempt to update by overwriting an existing install?)"); + return -1; } string dllDir = null;