Skip to content

Commit

Permalink
Fixed log formatting that was causing an error - v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzr522 committed Mar 13, 2017
1 parent 395b686 commit c203ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rayzr522</groupId>
<artifactId>ocmfixer</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>OCMFixer</name>
<description>Fixes the attack speed of players</description>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rayzr522/ocmfixer/ReadCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private void resetAttribute(ScrewYouLambdas state, NbtList list, String attribut
return;
}

log("Resetting %s to default (%d)", attributeName, defaultValue);
log("Resetting %s to default value (%f)", attributeName, defaultValue);

list.remove(attribute);
attribute.putPath("Base", defaultValue);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: OCMFixer
main: com.rayzr522.ocmfixer.OCMFixerPlugin
version: 1.2.0
version: 1.2.1
description: Reads playerdata files and fixes the attack speed
commands:
read:
Expand Down

0 comments on commit c203ed8

Please sign in to comment.