Skip to content

Commit

Permalink
removed debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 12, 2021
1 parent 019d030 commit 869568f
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 @@ -4,7 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
}

version = '2.0-RC.2'
version = '2.0-RC.2.1'
group = 'co.uk.isxander'
archivesBaseName = 'evergreenhud'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected boolean onChange(int currentVal, int newVal) {

@Override
protected ElementData metadata() {
return new ElementData("Player Count", "How many players are currently connected to the server.", "Simple", "Test notice!", 1);
return new ElementData("Player Count", "How many players are currently connected to the server.", "Simple");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"latest_v2": "1.3.1",

"release": "2.0-RC.2",
"prerelease": "2.0-RC.2",
"prerelease": "2.0-RC.2.1",

"inherit": true
}

0 comments on commit 869568f

Please sign in to comment.