Attempt at fixing #88
This commit is contained in:
parent
2038aafb51
commit
2a1db8e8f7
@ -44,7 +44,10 @@ public class EngineLwc extends Engine
|
||||
}
|
||||
else
|
||||
{
|
||||
LWC.getInstance().getModuleLoader().removeModules(Factions.get());
|
||||
if (LWC.getInstance() != null)
|
||||
{
|
||||
LWC.getInstance().getModuleLoader().removeModules(Factions.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user