Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Furgl committed Apr 21, 2017
1 parent 1b54a9e commit 76357cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void onEvent(PlayerInteractEvent.LeftClickEmpty event) {
/**Rendering the scopes for rifles*/
@SideOnly(Side.CLIENT)
@SubscribeEvent
public void onEvent(RenderGameOverlayEvent.Pre event) {
public void onEvent(RenderGameOverlayEvent.Post event) {
EntityPlayer player = Minecraft.getMinecraft().player;
boolean offhand = false;
boolean mainhand = false;
Expand Down

0 comments on commit 76357cd

Please sign in to comment.