fsdafjsdhfsdaf

This commit is contained in:
BuildTools 2022-01-29 14:13:05 +01:00
parent f78cf7e713
commit a20f1fcd84
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package pl.minecon724.giants;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Random;
@ -28,7 +29,7 @@ public class Main extends JavaPlugin implements Listener {
boolean ai;
double chance;
Map<PotionEffectType, Integer> effects = new Map<PotionEffectType, Integer>();
Map<PotionEffectType, Integer> effects = new HashMap<PotionEffectType, Integer>();
@Override
public void onEnable() {