Skip to content

Commit

Permalink
1.2 Update!
Browse files Browse the repository at this point in the history
Fixed the wipe sidebar effect.
  • Loading branch information
eyesniper2 committed Feb 18, 2015
1 parent 63f08e3 commit 0eb3b38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.rayfall.eyesniper2</groupId>
<artifactId>skRayFall</artifactId>
<version>1.1.1</version>
<version>1.2</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@
<version>1.1.0</version>
</dependency>
</dependencies>
<version>1.1.1</version>
<version>1.2</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public String toString(@Nullable Event evt, boolean arg1) {

@Override
protected void execute(Event evt) {
try{
if (player.getSingle(evt).getScoreboard().getObjective("sideHold") != null){
player.getSingle(evt).getScoreboard().getObjective(DisplaySlot.SIDEBAR).unregister();
}
finally{
else{

}

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: An addon for skript that adds Citizens support, EffectLib support a
author: eyesniper2
website: http://rayfall.net/
main: net.rayfall.eyesniper2.skRayFall.skRayFall
version: 1.1.1
version: 1.2
depend: [Skript]
softdepend: [Citizens, EffectLib, Votifier, ProtocolLib]
softdepend: [Citizens, EffectLib, Votifier, ProtocolLib, Builder]
commands:
skrayfall:
description: Base for all skRayFall commands.
Expand Down

0 comments on commit 0eb3b38

Please sign in to comment.