diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-02 20:57:20 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2017-08-02 20:57:20 +0200 |
commit | 4691bc5a29261b45f2f2e127da0a60978233c207 (patch) | |
tree | ff504ec31ef3da5819dacb2d192d6715917b225e /src/LightingThread.cpp | |
parent | Handle Teleport Confirmation Packet (#3884) (diff) | |
download | cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.gz cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.bz2 cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.lz cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.xz cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.zst cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.zip |
Diffstat (limited to 'src/LightingThread.cpp')
-rw-r--r-- | src/LightingThread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LightingThread.cpp b/src/LightingThread.cpp index 054dd9896..df1a802a5 100644 --- a/src/LightingThread.cpp +++ b/src/LightingThread.cpp @@ -6,7 +6,6 @@ #include "Globals.h" #include "LightingThread.h" #include "ChunkMap.h" -#include "ChunkStay.h" #include "World.h" |