Skip to content

Commit

Permalink
Merge pull request #1 from helptiger/patch-1
Browse files Browse the repository at this point in the history
Update 1.8.7
  • Loading branch information
LordBoos committed Jun 29, 2015
2 parents 7ca5b85 + 755f3b5 commit f53c3e8
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 f53c3e8

Please sign in to comment.