From acf0d989d810c458a09da3a1c71473c080bb00ac Mon Sep 17 00:00:00 2001 From: Marcel Kronfeld Date: Mon, 26 Apr 2010 15:29:29 +0000 Subject: [PATCH] Minor change to EvAInfo, static code. --- src/eva2/EvAInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eva2/EvAInfo.java b/src/eva2/EvAInfo.java index 1e75ae1d..401ce56a 100644 --- a/src/eva2/EvAInfo.java +++ b/src/eva2/EvAInfo.java @@ -102,8 +102,8 @@ public class EvAInfo { } File f=new File(EvAInfo.iconLocation); if (!f.exists()) { - System.err.println("Error: Could not find EvA2 resources. Did you copy the resources folder to working directory?"); - System.exit(2); + System.err.println("Error: Could not find EvA2 resources. Did you copy the resources folder to working directory? (EvAInfo.static)"); +// System.exit(2); // dont be as harsh right here - there will be plenty of exceptions later in the bad case... } }