diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42176dd2..93d0906c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,4 +16,8 @@ By submitting code for including in the BuycraftX codebase, you represent that e You agree to waive all other claims of any nature, including express contract, implied-in-fact contract, or quasi-contract, arising out of any submission of code to Tebex. -The terms of contributing may be changed by us at any time, and such changes will be published in this file. Before each submission, you should review this file, and if you no longer agree to the terms, stop submitting code to us. \ No newline at end of file +The terms of contributing may be changed by us at any time, and such changes will be published in this file. Before each submission, you should review this file, and if you no longer agree to the terms, stop submitting code to us. + +## Building + +To build the plugin from src run the command mvn package. The jars will be in their respective folders. diff --git a/common/src/main/java/net/buycraft/plugin/execution/DuePlayerFetcher.java b/common/src/main/java/net/buycraft/plugin/execution/DuePlayerFetcher.java index 56d2e205..da05c1c1 100644 --- a/common/src/main/java/net/buycraft/plugin/execution/DuePlayerFetcher.java +++ b/common/src/main/java/net/buycraft/plugin/execution/DuePlayerFetcher.java @@ -65,7 +65,7 @@ public void run(boolean scheduleAgain) { } nextCheck = information.getMeta().getNextCheck(); } catch (IOException e) { - platform.log(Level.SEVERE, "Could not fetch due players queue", e); + platform.log(Level.SEVERE, "Could not fetch due players queue"); return; }