Skip to content

Commit

Permalink
Update 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
helptiger committed Jun 29, 2015
1 parent 7ca5b85 commit 755f3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class FramePicturePlugin extends JavaPlugin {

private void checkBukkitVersion() {
try {
Class.forName("net.minecraft.server.v1_8_R1.Packet");
Class.forName("net.minecraft.server.v1_8_R3.Packet");
this.invalidBukkit = false;
} catch (Exception e) {
this.invalidBukkit = true;
Expand Down

0 comments on commit 755f3b5

Please sign in to comment.