summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileExpBottle.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-04-27 18:42:31 +0200
committerarchshift <admin@archshift.com>2014-04-27 18:42:31 +0200
commit15324f3bbdaf7529636cc1930e1c1b87ef911d86 (patch)
tree4030ee1315e1c6f6e498713e11f3e56b985aeeac /src/Entities/ProjectileExpBottle.cpp
parentFixed ToLua issues (diff)
downloadcuberite-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/ProjectileExpBottle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/ProjectileExpBottle.cpp b/src/Entities/ProjectileExpBottle.cpp
index 3af2b4a4a..936be6a72 100644
--- a/src/Entities/ProjectileExpBottle.cpp
+++ b/src/Entities/ProjectileExpBottle.cpp
@@ -24,4 +24,4 @@ void cExpBottleEntity::OnHitSolidBlock(const Vector3d & a_HitPos, eBlockFace a_H
m_World->SpawnExperienceOrb(GetPosX(), GetPosY(), GetPosZ(), 3 + m_World->GetTickRandomNumber(8));
Destroy();
-} \ No newline at end of file
+}