1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27:45 +00:00

remove old todo

This commit is contained in:
NotAdam 2018-12-29 11:52:21 +11:00
parent f030e759af
commit 309b12dbe0

View file

@ -1232,8 +1232,6 @@ bool Sapphire::World::Manager::HousingMgr::moveInternalItem( Entity::Player& pla
player.queuePacket( Server::makeActorControl143( player.getId(), ActorControl::HousingItemMoveConfirm, param1, slotIdx ) );
// todo: update it for other players??
return true;
}