Minor style improvements for the merged PR.
This commit is contained in:
parent
0526ed327c
commit
97ee3340e3
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user