Merge branch 'master' into 1.8-Protocol

master
Howaner 2014-09-12 14:09:07 +02:00
commit fb68382d9b
1 changed files with 2 additions and 1 deletions

View File

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