diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-19 20:13:05 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-19 20:13:05 +0100 |
commit | 1635c696de75e17adaeee65531fa9b864542cca8 (patch) | |
tree | fbea00253179bfb2e11d5a8899071cbc191091ab /src/Bindings/LuaChunkStay.cpp | |
parent | Added unreachable lines backit prtected by preprocessor guards (diff) | |
parent | APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues. (diff) | |
download | cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar.gz cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar.bz2 cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar.lz cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar.xz cuberite-1635c696de75e17adaeee65531fa9b864542cca8.tar.zst cuberite-1635c696de75e17adaeee65531fa9b864542cca8.zip |
Diffstat (limited to 'src/Bindings/LuaChunkStay.cpp')
-rw-r--r-- | src/Bindings/LuaChunkStay.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Bindings/LuaChunkStay.cpp b/src/Bindings/LuaChunkStay.cpp index 0e982637f..db865cfa4 100644 --- a/src/Bindings/LuaChunkStay.cpp +++ b/src/Bindings/LuaChunkStay.cpp @@ -131,9 +131,6 @@ void cLuaChunkStay::Enable(cChunkMap & a_ChunkMap, int a_OnChunkAvailableStackPo void cLuaChunkStay::OnChunkAvailable(int a_ChunkX, int a_ChunkZ) { - // DEBUG: - LOGD("LuaChunkStay: Chunk [%d, %d] is now available, calling the callback...", a_ChunkX, a_ChunkZ); - cPluginLua::cOperation Op(m_Plugin); Op().Call((int)m_OnChunkAvailable, a_ChunkX, a_ChunkZ); } |