This commit is contained in:
Anuken
2022-08-22 14:39:08 -04:00
parent 4f8add37fd
commit 400a6a28c1
2 changed files with 5 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ public class Map implements Comparable<Map>, Publishable{
return result;
}catch(Exception e){
//error reading rules. ignore?
e.printStackTrace();
Log.err(e);
return new Rules();
}
}