diff options
author | archshift <admin@archshift.com> | 2014-04-27 18:42:31 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-27 18:42:31 +0200 |
commit | 15324f3bbdaf7529636cc1930e1c1b87ef911d86 (patch) | |
tree | 4030ee1315e1c6f6e498713e11f3e56b985aeeac /src/Entities/ProjectileEnderPearl.h | |
parent | Fixed ToLua issues (diff) | |
download | cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.gz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.bz2 cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.lz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.xz cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.tar.zst cuberite-15324f3bbdaf7529636cc1930e1c1b87ef911d86.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/ProjectileEnderPearl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ProjectileEnderPearl.h b/src/Entities/ProjectileEnderPearl.h index 3ebf0fb3f..39761ff48 100644 --- a/src/Entities/ProjectileEnderPearl.h +++ b/src/Entities/ProjectileEnderPearl.h @@ -34,4 +34,4 @@ protected: // Teleports the creator where the ender pearl lands. void TeleportCreator(const Vector3d & a_HitPos); -} ;
\ No newline at end of file +} ; // tolua_export |