diff options
Diffstat (limited to 'source/Plugin.cpp')
-rw-r--r-- | source/Plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.cpp b/source/Plugin.cpp index 69d3371b6..6857215e6 100644 --- a/source/Plugin.cpp +++ b/source/Plugin.cpp @@ -79,7 +79,7 @@ bool cPlugin::OnChunkGenerated(cWorld * a_World, int a_ChunkX, int a_ChunkZ) -bool cPlugin::OnChunkGenerating(cWorld * a_World, int a_ChunkX, int a_ChunkZ, cLuaChunk * a_pLuaChunk) +bool cPlugin::OnChunkGenerating(cWorld * a_World, int a_ChunkX, int a_ChunkZ, cChunkDesc * a_pLuaChunk) { UNUSED(a_World); UNUSED(a_ChunkX); |