diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:35:38 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:35:38 +0200 |
commit | 071aee6c79534ad7181a7dd72db11041268b0de1 (patch) | |
tree | e9f01ccf56e5a242cf70faba99ebebd537bb9ee6 /src/Chunk.h | |
parent | Chunk: Make StayCount/AlwaysTicked unsigned (diff) | |
download | cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar.gz cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar.bz2 cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar.lz cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar.xz cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.tar.zst cuberite-071aee6c79534ad7181a7dd72db11041268b0de1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index 47eb4628d..fa4e9ad19 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -218,8 +218,6 @@ public: Sends the chunk to all relevant clients. */ void SetAreaBiome(int a_MinRelX, int a_MaxRelX, int a_MinRelZ, int a_MaxRelZ, EMCSBiome a_Biome); - void CollectPickupsByPlayer(cPlayer & a_Player); - /** Sets the sign text. Returns true if successful. Also sends update packets to all clients in the chunk */ bool SetSignLines(int a_RelX, int a_RelY, int a_RelZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4); |