From 645fea423764e9d91e46b84a63aba5a47b954c6a Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 6 Nov 2020 14:58:47 +0000 Subject: Players are no longer kicked when clicking on bedrock (#5023) * Players are no longer kicked when clicking on bedrock * Fixes #5022 --- src/Entities/Player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Entities/Player.h') diff --git a/src/Entities/Player.h b/src/Entities/Player.h index a16a8d0d6..bdcacd608 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -798,6 +798,7 @@ protected: /** Returns the filename for the player data based on the UUID given. This can be used both for online and offline UUIDs. */ AString GetUUIDFileName(const cUUID & a_UUID); + private: /** Pins the player to a_Location until Unfreeze() is called. -- cgit v1.2.3