summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
authorRorkh <rorkh@internet.ru>2021-09-18 10:18:05 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2021-10-02 22:18:18 +0200
commit798fdb07092fceaccfde41d2f27e2756f29f4eda (patch)
treeaaa7f6bd1be6a33e08be230bda3166b31a2b57a2 /src/Mobs
parentSpectation: add dedicated pathway for spectator mode (#5303) (diff)
downloadcuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar.gz
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar.bz2
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar.lz
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar.xz
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.tar.zst
cuberite-798fdb07092fceaccfde41d2f27e2756f29f4eda.zip
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Skeleton.cpp4
-rw-r--r--src/Mobs/Skeleton.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/Mobs/Skeleton.cpp b/src/Mobs/Skeleton.cpp
index 766899a26..a32d38d03 100644
--- a/src/Mobs/Skeleton.cpp
+++ b/src/Mobs/Skeleton.cpp
@@ -68,7 +68,3 @@ void cSkeleton::SpawnOn(cClientHandle & a_ClientHandle)
Super::SpawnOn(a_ClientHandle);
a_ClientHandle.SendEntityEquipment(*this, 0, cItem(E_ITEM_BOW));
}
-
-
-
-
diff --git a/src/Mobs/Skeleton.h b/src/Mobs/Skeleton.h
index dfd1a740f..ee9c803c2 100644
--- a/src/Mobs/Skeleton.h
+++ b/src/Mobs/Skeleton.h
@@ -25,7 +25,3 @@ public:
virtual bool IsUndead(void) override { return true; }
} ;
-
-
-
-