1
0

Merge branch 'master' into 1.8-Protocol

This commit is contained in:
Howaner 2014-09-12 14:09:07 +02:00
commit fb68382d9b

View File

@ -51,7 +51,8 @@ public:
}
default:
{
ASSERT(!"Unhandled ore!");
a_Pickups.push_back(cItem(m_BlockType));
break;
}
}
}