mirror of https://github.com/cabaletta/baritone
Add ending double quote in google doc url
This commit is contained in:
parent
82ea42ee4c
commit
b3410ab5d0
|
@ -23,7 +23,7 @@ public abstract class AbstractNodeCostSearch implements IPathFinder {
|
|||
* This is really complicated and hard to explain. I wrote a comment in the old version of MineBot but it was so
|
||||
* long it was easier as a Google Doc (because I could insert charts).
|
||||
*
|
||||
* @see <a href="https://docs.google.com/document/d/1WVHHXKXFdCR1Oz__KtK8sFqyvSwJN_H4lftkHFgmzlc/edit></a>
|
||||
* @see <a href="https://docs.google.com/document/d/1WVHHXKXFdCR1Oz__KtK8sFqyvSwJN_H4lftkHFgmzlc/edit"></a>
|
||||
*/
|
||||
protected static final double[] COEFFICIENTS = {1.5, 2, 2.5, 3, 4, 5, 10};
|
||||
|
||||
|
|
Loading…
Reference in New Issue