Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Jan 5, 2017
1 parent 684fc9e commit a4eec94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: "ninja.miserable.blossom"
//Project details
description "All you need to set up a server and more!"
group "bammerbom"
version "3.0.0-SNAPSHOT"
version "3.0.0"

sourceSets {
main.java.srcDir("src/main/java")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static Permission create(String identifier, String moduleid, PermissionLe
}
//When an invalid command is provided
if (command != null && !command.isPresent()) {
Messages.log("Semi-failed to register permission " + identifier + ": Invalid command");
//Messages.log("Semi-failed to register permission " + identifier + ": Invalid command");
//TODO ErrorLogger?
command = null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static PermissionOption create(String identifier, String moduleid, @Nulla
}
//When an invalid command is provided
if (command != null && !command.isPresent()) {
Messages.log("Semi-failed to register permissionoption " + identifier + ": Invalid command");
//Messages.log("Semi-failed to register permissionoption " + identifier + ": Invalid command");
//TODO ErrorLogger?
command = null;
}
Expand Down

0 comments on commit a4eec94

Please sign in to comment.