From 21068011c6d8a4794eec86794d6b9612a265f03a Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 2 Oct 2020 14:22:17 +0100 Subject: Remove SetProperty(...cPlayer) Enchantment table, anvil windows are already opened one per-player. --- src/ClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientHandle.h') diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 5b80d8c54..ab6e5e730 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -233,7 +233,7 @@ public: // tolua_export void SendWholeInventory (const cWindow & a_Window); void SendWindowClose (const cWindow & a_Window); void SendWindowOpen (const cWindow & a_Window); - void SendWindowProperty (const cWindow & a_Window, short a_Property, short a_Value); + void SendWindowProperty (const cWindow & a_Window, size_t a_Property, short a_Value); // tolua_begin const AString & GetUsername(void) const; -- cgit v1.2.3