Skip to content

Commit

Permalink
Fix MPS patch for 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jun 20, 2013
1 parent 3018691 commit 414eb82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/patches.xml
Expand Up @@ -1549,7 +1549,6 @@
<replaceMethod code="{
if (net.minecraft.server.MinecraftServer.currentTick % 2 == 0) {
net.machinemuse.powersuits.network.packets.MusePacketPlayerUpdate updatePacket = new net.machinemuse.powersuits.network.packets.MusePacketPlayerUpdate((cpw.mods.fml.common.network.Player) $1, this.inputMap);
updatePacket.username = this.username;
$1.^field:Entity/motionX^ = this.inputMap.motionX;
$1.^field:Entity/motionY^ = this.inputMap.motionY;
$1.^field:Entity/motionZ^ = this.inputMap.motionZ;
Expand Down

0 comments on commit 414eb82

Please sign in to comment.