Fixed Chunks loading for no reason (Performance issue)
Previously to check if a chunk was loaded or not I would call location.GetChunk() however to my attention from user Nishh has informed me that GetChunk() loads the chunk. So instead of feeding the chunk through GetChunk() I will feed in the location which wont load the chunk.