1
0
Fork 0

Fixed style.

This commit is contained in:
madmaxoft 2014-09-01 13:33:17 +02:00
parent 468c2558d6
commit 1e60265a90
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ void cCommandBlockEntity::SaveToJson(Json::Value & a_Value)
void cCommandBlockEntity::Execute()
{
ASSERT(m_World != NULL); //Execute should not be called before the command block is attached to a world
ASSERT(m_World != NULL); // Execute should not be called before the command block is attached to a world
if (!m_World->AreCommandBlocksEnabled())
{
return;