From f370443b9b5f85d97fa2e1ca96ed2c69a81f0e7c Mon Sep 17 00:00:00 2001 From: mathias-gh Date: Fri, 17 Apr 2015 19:33:34 +0300 Subject: Added MobTypeName for Giant --- src/Mobs/Monster.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index a86497753..55d83302a 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -38,6 +38,7 @@ static const struct {mtEnderman, "enderman", "Enderman"}, {mtEnderDragon, "enderdragon", "EnderDragon"}, {mtGhast, "ghast", "Ghast"}, + {mtGiant, "giant", "Giant"}, {mtGuardian, "guardian", "Guardian"}, {mtHorse, "horse", "EntityHorse"}, {mtIronGolem, "irongolem", "VillagerGolem"}, -- cgit v1.2.3