Skip to content

Commit bc220a9

Browse files
committed
Don't throw exception during text resources initialization
Avoid stage init problems when game is not detected or text resources not loaded. The error is still sent to log.
1 parent 2302c3f commit bc220a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/br/com/pinter/tqrespec/tqdata

src/main/java/br/com/pinter/tqrespec/tqdata/Txt.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public void initialize() {
5959
}
6060
} catch (FileNotFoundException e) {
6161
logger.log(ERROR, Constants.ERROR_MSG_EXCEPTION, e);
62-
throw new UnhandledRuntimeException("Error loading text resource.");
6362
}
6463
}
6564

0 commit comments

Comments
 (0)