From bf2806dcb8ee8012fa02c6782382a1edafa3cc14 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Tue, 1 Nov 2011 22:27:09 +0000 Subject: fixed player spawning in the ground. git-svn-id: http://mc-server.googlecode.com/svn/trunk@42 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChunk.cpp') diff --git a/source/cChunk.cpp b/source/cChunk.cpp index c509e23b7..430fa6fc8 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -1387,4 +1387,4 @@ void cChunk::AddTickBlockEntity( cFurnaceEntity* a_Entity ) void cChunk::RemoveTickBlockEntity( cFurnaceEntity* a_Entity ) { m_pState->m_TickBlockEntities.remove( a_Entity ); -} \ No newline at end of file +} -- cgit v1.2.3