1
0

Fixed crash with Minecart. It was getting added twice to the world and it was causing and ASSERT to fail.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1425 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
keyboard.osh@gmail.com 2013-04-28 04:49:55 +00:00
parent 4767a90b67
commit d48a4507c9

View File

@ -69,7 +69,6 @@ public:
return false;
}
} // switch (m_ItemType)
a_World->AddEntity(Minecart);
Minecart->Initialize(a_World);
return true;
}