mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
1.4.0 BETA 7
This commit is contained in:
parent
6e5e6415ed
commit
654aa9477e
4 changed files with 2 additions and 3 deletions
Binary file not shown.
|
@ -76,7 +76,6 @@ public class WaterWall {
|
|||
if (instances.containsKey(player.getEntityId())) {
|
||||
instances.get(player.getEntityId()).cancel();
|
||||
}
|
||||
// Methods.verbose("New water wall prepared");
|
||||
instances.put(player.getEntityId(), this);
|
||||
time = System.currentTimeMillis();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ProjectKorra
|
||||
author: ProjectKorra
|
||||
version: 1.4.0 BETA 6
|
||||
version: 1.4.0 BETA 7
|
||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||
commands:
|
||||
projectkorra:
|
||||
|
|
Loading…
Reference in a new issue