diff --git a/Source/items.cpp b/Source/items.cpp index 72166ad4e..0a75d8409 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3552,6 +3552,10 @@ void SpawnRewardItem(int itemid, Point position) item._iSelFlag = 2; item._iPostDraw = true; item._iIdentified = true; + + if (gbIsMultiplayer) { + NetSendCmdPItem(false, CMD_DROPITEM, item.position, item); + } } void SpawnMapOfDoom(Point position)