Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision b07eeac0258a8440bdd8dfc2331130f1c005ba4b)
+++ client/Client/main.cpp	(revision 2df63d6c48dc89af5aeb007981c2354169abcd03)
@@ -529,4 +529,11 @@
                break;
             }
+            case MSG_TYPE_REMOVE_OBJECT:
+            {
+               int id;
+               memcpy(&id, msg.buffer, 4);
+               if (!gameMap->removeObject(id))
+                  cout << "Did not remove the object" << endl;
+            }
             default:
             {
