Changed RuntimeException to a todo

This commit is contained in:
Daniel 2022-09-15 19:43:54 -04:00
parent ed2cc1479e
commit ecaa9f2569
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class WorldDatabase {
dataFile.createNewFile();
} catch (IOException e) {
//Should Never Run
throw new RuntimeException(e);
//TODO add to Logger
}
}