Proper path for RecipeTable CSV file.

This commit is contained in:
MobiusDev 2018-09-22 19:17:29 +00:00
parent d9299219de
commit 8e50dee214

View File

@ -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);