Skip to content
Snippets Groups Projects
Commit 348f4ed8 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor typo in [8639]

parent 23fb7935
No related branches found
No related tags found
No related merge requests found
......@@ -138,9 +138,9 @@ public class Engine extends Quest implements Runnable
private void loadPointsInfoData()
{
final File file = new File(Config.DATAPACK_ROOT, pointsInfoFile);
if (file.exists())
if (!file.exists())
{
_log.warning("Can't locate points info file: " + pointsInfoFile);
_log.warning("Cannot locate points info file: " + pointsInfoFile);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment