Skip to content

Commit

Permalink
7.1.5.19: EntityMarkerDummy: MultiPlayer Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Verclene committed Apr 20, 2016
1 parent 736dbfa commit ce34a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static void setDummyEntity(Entity owner, int color, double posx, double p
LittleMaidReengaged.Debug("L");
}

EntityMarkerDummy ed = new EntityMarkerDummy(Minecraft.getMinecraft().theWorld, color, owner);
EntityMarkerDummy ed = new EntityMarkerDummy(owner.worldObj, color, owner);
ed.setPosition(posx, posy, posz);
appendList.add(ed);
}
Expand Down

0 comments on commit ce34a5a

Please sign in to comment.