Skip to content

Commit

Permalink
camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Jan 12, 2018
1 parent 676ed18 commit 58ce36b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class RenderOverlayHandler {

@SubscribeEvent @SuppressWarnings("deprecation")
public void RenderWorldLastEvent(RenderWorldLastEvent event) {
public void renderWorldLastEvent(RenderWorldLastEvent event) {
Minecraft mc = Minecraft.getMinecraft();
RayTraceResult mouseOver = mc.objectMouseOver;
EntityPlayerSP player = mc.thePlayer;
Expand Down

0 comments on commit 58ce36b

Please sign in to comment.