Skip to content

Commit

Permalink
More helpful error message for a Happier New Year.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveyBiggers committed Jan 3, 2017
1 parent d8b2dfb commit 6f55c82
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -523,7 +523,7 @@ else if (missionInitResult.wasMissionInit && missionInitResult.missionInit != nu
String ourVersion = Loader.instance().activeModContainer().getVersion();
if (platformVersion == null || !platformVersion.equals(ourVersion))
{
reply("MALMOERRORVERSIONMISMATCH (Got " + platformVersion + ", expected " + ourVersion + ")", dos);
reply("MALMOERRORVERSIONMISMATCH (Got " + platformVersion + ", expected " + ourVersion + " - check your path for old versions of MalmoPython/MalmoJava/Malmo.lib etc)", dos);
}
else
{
Expand Down

0 comments on commit 6f55c82

Please sign in to comment.