diff options
author | Mattes D <github@xoft.cz> | 2014-12-04 09:21:57 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-04 09:21:57 +0100 |
commit | 34807248e269c9fae99ac63b3185f134c4c4fa56 (patch) | |
tree | 42baf258b98af8ad37551774b86f53462db3f092 /src/Bindings/PluginManager.h | |
parent | Merge pull request #1646 from p-mcgowan/luaCheckstyleWarnings (diff) | |
download | cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar.gz cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar.bz2 cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar.lz cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar.xz cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.tar.zst cuberite-34807248e269c9fae99ac63b3185f134c4c4fa56.zip |
Diffstat (limited to 'src/Bindings/PluginManager.h')
-rw-r--r-- | src/Bindings/PluginManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/PluginManager.h b/src/Bindings/PluginManager.h index bc8c1f5e6..3a2aecc92 100644 --- a/src/Bindings/PluginManager.h +++ b/src/Bindings/PluginManager.h @@ -187,7 +187,7 @@ public: bool CallHookChunkUnloaded (cWorld & a_World, int a_ChunkX, int a_ChunkZ); bool CallHookChunkUnloading (cWorld & a_World, int a_ChunkX, int a_ChunkZ); bool CallHookCollectingPickup (cPlayer & a_Player, cPickup & a_Pickup); - bool CallHookCraftingNoRecipe (cPlayer & a_Player, cCraftingGrid & a_Grid, cCraftingRecipe * a_Recipe); + bool CallHookCraftingNoRecipe (cPlayer & a_Player, cCraftingGrid & a_Grid, cCraftingRecipe & a_Recipe); bool CallHookDisconnect (cClientHandle & a_Client, const AString & a_Reason); bool CallHookEntityAddEffect (cEntity & a_Entity, int a_EffectType, int a_EffectDurationTicks, int a_EffectIntensity, double a_DistanceModifier); bool CallHookExecuteCommand (cPlayer * a_Player, const AStringVector & a_Split); // If a_Player == nullptr, it is a console cmd |