1
0

Merge pull request #1502 from mc-server/furnaces

Improved furnaces
This commit is contained in:
Tiger Wang
2014-10-18 21:33:55 +01:00
19 changed files with 180 additions and 227 deletions

View File

@@ -2736,7 +2736,7 @@ void cClientHandle::SendWindowOpen(const cWindow & a_Window)
void cClientHandle::SendWindowProperty(const cWindow & a_Window, int a_Property, int a_Value)
void cClientHandle::SendWindowProperty(const cWindow & a_Window, short a_Property, short a_Value)
{
m_Protocol->SendWindowProperty(a_Window, a_Property, a_Value);
}