Fixed Dead Lock + Refractor of Compass Service.

This commit is contained in:
AlgorithmX2
2014-03-10 23:33:55 -05:00
parent d5748eb804
commit a61b1525f0
3 changed files with 155 additions and 249 deletions
-1
View File
@@ -37,7 +37,6 @@ public class WorldSettings extends Configuration
AEFolder = aeFolder;
compass = new CompassService( AEFolder );
(new Thread( compass, "AE Compass Service" )).start();
for (int dimID : get( "DimensionManager", "StorageCells", new int[0] ).getIntList())
{