diff --git a/src/world/Manager/ActionMgr.cpp b/src/world/Manager/ActionMgr.cpp index 0e690cf2..8de3a03e 100644 --- a/src/world/Manager/ActionMgr.cpp +++ b/src/world/Manager/ActionMgr.cpp @@ -46,7 +46,10 @@ void World::Manager::ActionMgr::handleItemAction( Sapphire::Entity::Player& play switch( itemActionData->type ) { default: - return; + { + player.sendDebug( "ItemAction type {0} not supported.", itemActionData->type ); + break; + } case Common::ItemActionType::ItemActionVFX: {