Accidentally broke forge

This commit is contained in:
Jesse Boyd 2016-09-09 03:51:01 +10:00
parent 71071998c6
commit 741d5ffa27
4 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ public class FaweForge implements IFawe {
}
@Override
public FaweQueue getNewQueue(String world, boolean dontCareIfFast) {
public FaweQueue getNewQueue(World world, boolean dontCareIfFast) {
return new ForgeQueue_All(world);
}

View File

@ -111,7 +111,7 @@ public class FaweForge implements IFawe {
}
@Override
public FaweQueue getNewQueue(String world, boolean dontCareIfFast) {
public FaweQueue getNewQueue(World world, boolean dontCareIfFast) {
return new ForgeQueue_All(world);
}

View File

@ -114,7 +114,7 @@ public class FaweForge implements IFawe {
}
@Override
public FaweQueue getNewQueue(String world, boolean dontCareIfFast) {
public FaweQueue getNewQueue(World world, boolean dontCareIfFast) {
return new ForgeQueue_All(world);
}

View File

@ -114,7 +114,7 @@ public class FaweForge implements IFawe {
}
@Override
public FaweQueue getNewQueue(String world, boolean dontCareIfFast) {
public FaweQueue getNewQueue(World world, boolean dontCareIfFast) {
return new ForgeQueue_All(world);
}