Proper path for RecipeTable CSV file.
This commit is contained in:
parent
d9299219de
commit
8e50dee214
@ -63,7 +63,7 @@ public class RecipeTable extends RecipeController
|
||||
|
||||
try
|
||||
{
|
||||
final File recipesData = new File(Config.DATAPACK_ROOT, "data/recipes.csv");
|
||||
final File recipesData = new File(Config.DATAPACK_ROOT, "data/csv/recipes.csv");
|
||||
|
||||
reader = new FileReader(recipesData);
|
||||
buff = new BufferedReader(reader);
|
||||
|
Loading…
Reference in New Issue
Block a user