Skip to content

Commit

Permalink
Merge pull request #8 from PoutineQc/Update
Browse files Browse the repository at this point in the history
One Block Fix
  • Loading branch information
ChagnonSebastien committed May 27, 2016
2 parents 5a5e71d + f83967e commit 71c4f25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Bukkit_1.8/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CubeRunner
main : me.poutineqc.cuberunner.CubeRunner
version: 2.1
version: 2.1.1
description: Blocks are falling over your head! Can you outrun them?
load: startup
author: PoutineQc
Expand Down
1 change: 0 additions & 1 deletion Bukkit_1.8/src/me/poutineqc/cuberunner/games/Arena.java
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ public void run() {
fallingBlock.getMaterial(), (byte) fallingBlock.getData());

clay.setDropItem(false);
clay.setHurtEntities(true);
clay.setCustomName(user.getUUID());
clay.setCustomNameVisible(false);

Expand Down
2 changes: 1 addition & 1 deletion Bukkit_1.9/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CubeRunner
main : me.poutineqc.cuberunner.CubeRunner
version: 2.1
version: 2.1.2
description: Blocks are falling over your head! Can you outrun them?
load: startup
author: PoutineQc
Expand Down
1 change: 0 additions & 1 deletion Bukkit_1.9/src/me/poutineqc/cuberunner/games/Arena.java
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ public void run() {
fallingBlock.getMaterial(), (byte) fallingBlock.getData());

clay.setDropItem(false);
clay.setHurtEntities(true);
clay.setCustomName(user.getUUID());
clay.setCustomNameVisible(false);

Expand Down

0 comments on commit 71c4f25

Please sign in to comment.