mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
1.2.17.2
This commit is contained in:
@@ -906,8 +906,9 @@ public class FishingManager extends Function {
|
||||
int timer;
|
||||
int time;
|
||||
if (loot != null){
|
||||
speed = loot.getDifficulty().speed();
|
||||
timer = loot.getDifficulty().timer();
|
||||
Difficulty difficulty = loot.getDifficulty()[new Random().nextInt(loot.getDifficulty().length)];
|
||||
speed = difficulty.speed();
|
||||
timer = difficulty.timer();
|
||||
time = loot.getTime();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user