summaryrefslogtreecommitdiffstats
path: root/src/Bindings
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-19 20:13:05 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-19 20:13:05 +0100
commit1635c696de75e17adaeee65531fa9b864542cca8 (patch)
treefbea00253179bfb2e11d5a8899071cbc191091ab /src/Bindings
parentAdded unreachable lines backit prtected by preprocessor guards (diff)
parentAPIDump: Reformatted the plugin to avoid all ZBS Analyzer issues. (diff)
downloadcuberite-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')
-rw-r--r--src/Bindings/LuaChunkStay.cpp3
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);
}