Skip to content

Commit

Permalink
Fix an MCPC+ compatibility issue, NSFE.
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jun 22, 2013
1 parent 33705c3 commit 58fe7ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ public abstract class ThreadedChunkProvider extends ChunkProviderServer implemen
private Chunk lastChunk;
// Mojang compatiblity fields.
public final IChunkProvider currentChunkProvider;
public final Set<Long> chunksToUnload = null;
public Set<Long> chunksToUnload;
public final List<Chunk> loadedChunks;
public final IChunkLoader currentChunkLoader;
@SuppressWarnings ("UnusedDeclaration")
Expand Down

0 comments on commit 58fe7ce

Please sign in to comment.