Browse Source

Fixing a minor spacing issue.

Glitchfinder 12 năm trước cách đây
mục cha
commit
c1bbc685e6

+ 1 - 1
src/main/java/com/gmail/nossr50/runnables/ChunkletUnloader.java

@@ -62,7 +62,7 @@ public class ChunkletUnloader implements Runnable {
                     continue;
                 }
 
-		entry.getValue().inactiveTime = inactiveTime;
+                entry.getValue().inactiveTime = inactiveTime;
             }
             else {
                 //Just remove the entry if the chunk has been reloaded.