Hardcode the FML version in-game as a specific value.

This commit is contained in:
cpw 2015-05-16 13:43:35 -04:00
parent 5fe653cf82
commit 686db5e5eb

View file

@ -620,7 +620,7 @@ public class Loader
public String getFMLVersionString()
{
return String.format("%s.%s.%s.%s", major, minor, rev, build);
return "7.10.99.99";
}
public ClassLoader getModClassLoader()