fsdafjsdhfsdaf
This commit is contained in:
parent
f78cf7e713
commit
a20f1fcd84
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
package pl.minecon724.giants;
|
package pl.minecon724.giants;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Map.Entry;
|
import java.util.Map.Entry;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
@ -28,7 +29,7 @@ public class Main extends JavaPlugin implements Listener {
|
||||||
|
|
||||||
boolean ai;
|
boolean ai;
|
||||||
double chance;
|
double chance;
|
||||||
Map<PotionEffectType, Integer> effects = new Map<PotionEffectType, Integer>();
|
Map<PotionEffectType, Integer> effects = new HashMap<PotionEffectType, Integer>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
|
|
Loading…
Reference in a new issue