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/BlockEntities/FurnaceEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BlockEntities/FurnaceEntity.h') diff --git a/src/BlockEntities/FurnaceEntity.h b/src/BlockEntities/FurnaceEntity.h index 64b76a9ec..454c23785 100644 --- a/src/BlockEntities/FurnaceEntity.h +++ b/src/BlockEntities/FurnaceEntity.h @@ -145,7 +145,7 @@ protected: bool m_IsLoading; /** Sends the specified progressbar value to all clients of the window */ - void BroadcastProgress(short a_ProgressbarID, short a_Value); + void BroadcastProgress(size_t a_ProgressbarID, short a_Value); /** One item finished cooking */ void FinishOne(); -- cgit v1.2.3