Skip to content

Commit

Permalink
Disable packet profiling for now - hook needs updated for 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 4, 2016
1 parent 50578d4 commit 49668ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/profilinghook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
updateEntities_withProfiling
</replaceMethodCall>
</class>
<!-- TODO: update packet profiling for 1.8.9
<class id="net.minecraft.util.MessageSerializer">
<replaceMethodCall method="^method:Packet/writePacketData^"
code="$_ = $0.^method:Packet/writePacketData^($1); nallar.tickprofiler.minecraft.profiling.PacketProfiler.record($0, $1);">
Expand All @@ -24,5 +25,6 @@
scheduleOutboundPacket
</insertCodeBefore>
</class>
-->
</minecraft>
</patchGroups>

0 comments on commit 49668ca

Please sign in to comment.