Skip to content

Commit

Permalink
jitpack is having a bad day I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Jul 13, 2017
1 parent 35fd92e commit 8280468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>to.us.tf</groupId>
<artifactId>AbsorptionShields</artifactId>
<version>1.1</version>
<version>1.2.1</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/to/us/tf/absorptionshields/shield/Shield.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public Shield(Shield template)
this.maxShieldStrength = template.maxShieldStrength;
this.regenTime = template.regenTime;
this.regenRate = template.regenRate;

this.regenCounter = regenTime;
}

public void resetRegenCounter()
Expand Down

0 comments on commit 8280468

Please sign in to comment.