Skip to content

Commit

Permalink
Forge開発環境でのロード処理に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
dha-lo-jd committed Dec 20, 2013
1 parent 562c583 commit fab24f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion littleMaidMob/net/minecraft/src/LMM_EntityModeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static void init() {
}

public static void loadEntityMode() {
(new LMM_EntityModeManager()).load();
(new LMM_EntityModeManager()).load(LMM_EntityModeBase.class);
}

/**
Expand Down

0 comments on commit fab24f8

Please sign in to comment.