09-26-2013, 07:27 AM
Like;
Having more than three in the struct would cause MCS to inexplicably crash. But I recompiled and it fixed itself.
(wat)
struct derpy
{
BLOCKTYPE derpblock
Vector3i derpcoords
NIBBLETYPE derpmeta
}
typedef std::deque <derpy> derpylist
derpylist m_derpyblocklist
Having more than three in the struct would cause MCS to inexplicably crash. But I recompiled and it fixed itself.
(wat)

