diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-06-29 00:28:58 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-07-06 22:33:03 +0200 |
commit | bab5794f7693e4b8e2c063cde9f02ea5156aa939 (patch) | |
tree | 78992aca3eed79f24ac8b6cfe1771dd5e3d529c3 /src/ChunkMap.h | |
parent | Protocol: call the encryptor once before sending data (diff) | |
download | cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.gz cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.bz2 cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.lz cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.xz cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.zst cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChunkMap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h index b3cc5f615..611f08cc9 100644 --- a/src/ChunkMap.h +++ b/src/ChunkMap.h @@ -26,7 +26,6 @@ class cDeadlockDetect; struct SetChunkData; -typedef std::list<cClientHandle *> cClientHandleList; using cChunkCallback = cFunctionRef<bool(cChunk &)>; using cEntityCallback = cFunctionRef<bool(cEntity &)>; using cBlockEntityCallback = cFunctionRef<bool(cBlockEntity &)>; |