Reduced dependency scope of CompassReader

This commit is contained in:
thatsIch
2014-11-04 01:46:36 +01:00
parent dbbfb12cc2
commit f5823b6802
2 changed files with 12 additions and 10 deletions
@@ -251,7 +251,7 @@ public class CompassService implements ThreadFactory
if ( cr == null )
{
cr = new CompassReader( w, rootFolder );
cr = new CompassReader( w.provider.dimensionId, rootFolder );
worldSet.put( w, cr );
}