1
0

Removed debug message.

This commit is contained in:
STRWarrior 2014-04-12 00:21:37 +02:00
parent e19556ebf6
commit eb4dd23775

View File

@ -76,7 +76,6 @@ bool cBeaconEntity::IsMineralBlock(BLOCKTYPE a_BlockType)
bool cBeaconEntity::Tick(float a_Dt, cChunk & a_Chunk)
{
std::cout << GetPyramidLevel() << "\n";
return false;
}