parent
4e696bcf7b
commit
14d3a1ec7e
11 changed files with 40 additions and 16 deletions
|
@ -67,6 +67,12 @@ public class RitualRegistry
|
|||
{
|
||||
try
|
||||
{
|
||||
//TODO: Fix the Enabled Rituals map so that the config loads properly.
|
||||
if (!enabledRituals.containsKey(ritual))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return enabledRituals.get(ritual);
|
||||
} catch (NullPointerException e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue