diff options
author | andrew <xdotftw@gmail.com> | 2014-03-24 11:29:19 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-03-24 11:29:19 +0100 |
commit | 6b77dc74ade3d8088da09d26c1b701d92ef28e9e (patch) | |
tree | 78e16164d1668d628ef0f545a5e62f5cbc1025fc /src/World.h | |
parent | Plugins can set flying speed. (diff) | |
download | cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar.gz cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar.bz2 cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar.lz cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar.xz cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.tar.zst cuberite-6b77dc74ade3d8088da09d26c1b701d92ef28e9e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index 46aece18f..79fcc5616 100644 --- a/src/World.h +++ b/src/World.h @@ -505,7 +505,7 @@ public: | esGhastFireball | cGhastFireball * | | esWitherSkullBlack | TBD | | esWitherSkullBlue | TBD | - | esWitherBirth | TBD | + | esWitherBirth | cWither * | | esPlugin | void * | */ virtual void DoExplosionAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData); // tolua_export // override, cannot specify due to tolua |