1
0

ChunkSender is now warnings clean

This commit is contained in:
Tycho Bickerstaff
2013-12-21 15:00:31 +00:00
parent c99e841e24
commit 38f808ac3d
6 changed files with 10 additions and 9 deletions

View File

@@ -264,7 +264,7 @@ void cChunkSender::BlockEntity(cBlockEntity * a_Entity)
void cChunkSender::Entity(cEntity * a_Entity)
void cChunkSender::Entity(cEntity *)
{
// Nothing needed yet, perhaps in the future when we save entities into chunks we'd like to send them upon load, too ;)
}