From d48a4507c977d60a03a7bcea8622f58c0a90052a Mon Sep 17 00:00:00 2001 From: "keyboard.osh@gmail.com" Date: Sun, 28 Apr 2013 04:49:55 +0000 Subject: 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 --- source/Items/ItemMinecart.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/Items/ItemMinecart.h') diff --git a/source/Items/ItemMinecart.h b/source/Items/ItemMinecart.h index 52dda942c..41e0e9ed7 100644 --- a/source/Items/ItemMinecart.h +++ b/source/Items/ItemMinecart.h @@ -69,7 +69,6 @@ public: return false; } } // switch (m_ItemType) - a_World->AddEntity(Minecart); Minecart->Initialize(a_World); return true; } -- cgit v1.2.3