mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Undebuggify
This commit is contained in:
parent
071e78c275
commit
7fed9e6e81
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class TileEntityFishingNet extends TileEntityBase{
|
|||
}
|
||||
else{
|
||||
int time = 15000;
|
||||
this.timeUntilNextDrop = 10;//time+Util.RANDOM.nextInt(time/2);
|
||||
this.timeUntilNextDrop = time+Util.RANDOM.nextInt(time/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue