one line of cleaning server code

This commit is contained in:
Perttu Ahola 2011-02-01 17:08:28 +02:00
parent c957858bbb
commit 39faa654bf
1 changed files with 1 additions and 1 deletions

View File

@ -3224,7 +3224,6 @@ Player *Server::emergePlayer(const char *name, const char *password,
<<player->getName()<<"\""<<std::endl; <<player->getName()<<"\""<<std::endl;
v2s16 nodepos; v2s16 nodepos;
f32 groundheight = 0;
#if 1 #if 1
player->setPosition(intToFloat(v3s16( player->setPosition(intToFloat(v3s16(
0, 0,
@ -3233,6 +3232,7 @@ Player *Server::emergePlayer(const char *name, const char *password,
))); )));
#endif #endif
#if 0 #if 0
f32 groundheight = 0;
#if 0 #if 0
// Try to find a good place a few times // Try to find a good place a few times
for(s32 i=0; i<500; i++) for(s32 i=0; i<500; i++)