Revert file path

This commit is contained in:
Brady 2023-06-14 16:59:03 -05:00
parent 91bf7d726b
commit 06d11c1874
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class Elytra extends Behavior implements Helper {
static {
try {
DataInputStream in = new DataInputStream(new FileInputStream(new File("E:/Brady/Documents/Java/baritone/test")));
DataInputStream in = new DataInputStream(new FileInputStream(new File("/Users/leijurv/Dropbox/nether-pathfinder/build/test")));
int count = in.readInt();
System.out.println("Count: " + count);
for (int i = 0; i < count; i++) {