Updated default config to account for removal of MC Version field.

This commit is contained in:
Wild1145
2017-09-09 15:16:00 +01:00
parent 13dc0a25be
commit 3c09bc7995
2 changed files with 4 additions and 4 deletions

View File

@ -274,7 +274,7 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
}
catch (Exception ex)
{
FLog.severe("Could not load build properties! Did you compile with Netbeans/ANT?");
FLog.severe("Could not load build properties! Did you compile with Netbeans/Maven?");
FLog.severe(ex);
}
}