mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-14 21:07:54 +00:00
1.8.0 BETA 2
This commit is contained in:
parent
f12062f5b8
commit
eeae6d217b
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ public class ChiCombo {
|
||||||
* @param duration The time in milliseconds the target will be paralyzed
|
* @param duration The time in milliseconds the target will be paralyzed
|
||||||
*/
|
*/
|
||||||
private static void paralyze(Entity target, Long duration) {
|
private static void paralyze(Entity target, Long duration) {
|
||||||
paralyzedEntities.put(target, Long.sum(System.currentTimeMillis(), duration));
|
paralyzedEntities.put(target, (System.currentTimeMillis() + duration));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: ProjectKorra
|
name: ProjectKorra
|
||||||
author: ProjectKorra
|
author: ProjectKorra
|
||||||
version: 1.8.0 BETA 1
|
version: 1.8.0 BETA 2
|
||||||
main: com.projectkorra.projectkorra.ProjectKorra
|
main: com.projectkorra.projectkorra.ProjectKorra
|
||||||
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, NoCheatPlus, LWC]
|
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, NoCheatPlus, LWC]
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue