1
0

Merge branch 'master' into Inventory

This commit is contained in:
Howaner
2015-01-25 00:34:19 +01:00
232 changed files with 5200 additions and 1556 deletions

View File

@@ -126,7 +126,7 @@ void cDropSpenserEntity::SetRedstonePower(bool a_IsPowered)
bool cDropSpenserEntity::Tick(float a_Dt, cChunk & a_Chunk)
bool cDropSpenserEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
{
UNUSED(a_Dt);
if (!m_ShouldDropSpense)