1.8.0 BETA 2

This commit is contained in:
MistPhizzle 2015-08-21 10:09:26 -04:00
parent f12062f5b8
commit eeae6d217b
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public class ChiCombo {
* @param duration The time in milliseconds the target will be paralyzed
*/
private static void paralyze(Entity target, Long duration) {
paralyzedEntities.put(target, Long.sum(System.currentTimeMillis(), duration));
paralyzedEntities.put(target, (System.currentTimeMillis() + duration));
}
/**

View file

@ -1,6 +1,6 @@
name: ProjectKorra
author: ProjectKorra
version: 1.8.0 BETA 1
version: 1.8.0 BETA 2
main: com.projectkorra.projectkorra.ProjectKorra
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, NoCheatPlus, LWC]
commands: