Skip to content
Snippets Groups Projects
Commit 586ada3f authored by Dennis Bonke's avatar Dennis Bonke
Browse files

Fixed SymbolNotFound error.

parent 3bc28ed5
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ public class CheckEnv {
public static void checkMCVersion() {
if (Loader.MC_VERSION == AMCoreProps.REQUIRED_MC_VERSION) {
if (Loader.MC_VERSION == AMCoreProps.MC_VERSION) {
AMCore.log.trace("Using MC Version 1.7.10, proceed");
} else {
FMLLog.severe("Not using MC version 1.7.10, aborting");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment