1
0

Merge pull request #1398 from mc-server/1.8-Protocol

1.8 Protocol Update
This commit is contained in:
Alexander Harkness
2014-09-22 20:45:22 +01:00
36 changed files with 4731 additions and 682 deletions

View File

@@ -135,7 +135,7 @@ const char * cEntity::GetParentClass(void) const
bool cEntity::Initialize(cWorld & a_World)
{
if (cPluginManager::Get()->CallHookSpawningEntity(a_World, *this))
if (cPluginManager::Get()->CallHookSpawningEntity(a_World, *this) && !IsPlayer())
{
return false;
}