Hacky fix for spigot bug

This commit is contained in:
nossr50
2020-01-24 00:43:18 -08:00
parent cd6ce5a19d
commit 055391e908
4 changed files with 3 additions and 24 deletions

View File

@ -12,7 +12,6 @@ import com.gmail.nossr50.util.skills.SkillActivationType;
import org.bukkit.entity.Player;
import java.text.DecimalFormat;
import java.util.Random;
import java.util.concurrent.ThreadLocalRandom;
public class RandomChanceUtil