1
0

Fixed minor errors in Tycho's code

Everything should work now :)
This commit is contained in:
Tiger Wang
2015-06-22 21:27:13 +01:00
parent dd4b415051
commit 33fc1474d9
7 changed files with 84 additions and 93 deletions

View File

@@ -2487,7 +2487,7 @@ void cWorld::SetChunkData(cSetChunkData & a_SetChunkData)
ChunkSender.QueueSendChunkTo(
a_Chunk.GetPosX(),
a_Chunk.GetPosZ(),
cChunkSender::PRIORITY_BROADCAST,
cChunkSender::E_CHUNK_PRIORITY_MEDIUM,
a_Chunk.GetAllClients()
);
}