1
0

Minor style improvements for the merged PR.

This commit is contained in:
Mattes D 2014-01-23 14:14:33 +01:00
parent 0526ed327c
commit 97ee3340e3

View File

@ -183,7 +183,7 @@ void cCommandBlockEntity::SaveToJson(Json::Value & a_Value)
void cCommandBlockEntity::Execute()
{
if (m_World)
if (m_World != NULL)
{
if (!m_World->AreCommandBlocksEnabled())
{