fix error message
This commit is contained in:
parent
e5d8acf240
commit
1a2af714aa
|
@ -205,7 +205,7 @@ namespace StardewModdingAPI.Framework
|
||||||
#else
|
#else
|
||||||
if (Constants.Platform == Platform.Windows)
|
if (Constants.Platform == Platform.Windows)
|
||||||
{
|
{
|
||||||
this.Monitor.Log("Oops! You're running {Constants.Platform}, but this version of SMAPI is for Windows. Please reinstall SMAPI to fix this.", LogLevel.Error);
|
this.Monitor.Log($"Oops! You're running {Constants.Platform}, but this version of SMAPI is for Windows. Please reinstall SMAPI to fix this.", LogLevel.Error);
|
||||||
this.PressAnyKeyToExit();
|
this.PressAnyKeyToExit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue