maybe this will allow emoji

This commit is contained in:
Leijurv 2019-01-30 11:45:03 -08:00
parent b4d307d4cc
commit 68a9a1439a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ mixin {
javadoc { javadoc {
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
options.linkSource true options.linkSource true
options.encoding "UTF-8"
source += sourceSets.api.allJava source += sourceSets.api.allJava
classpath += sourceSets.api.compileClasspath classpath += sourceSets.api.compileClasspath
} }

View File

@ -147,7 +147,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
synchronized (pathCalcLock) { synchronized (pathCalcLock) {
if (inProgress != null) { if (inProgress != null) {
// we are calculating // we are calculating
// are we calculating the right thing though? // are we calculating the right thing though? 🤔
BetterBlockPos calcFrom = inProgress.getStart(); BetterBlockPos calcFrom = inProgress.getStart();
// if current just succeeded, we should be standing in calcFrom, so that's cool and good // if current just succeeded, we should be standing in calcFrom, so that's cool and good
// but if current just failed, we should discard this calculation since it doesn't start from where we're standing // but if current just failed, we should discard this calculation since it doesn't start from where we're standing