DIFF

ActionDrinkCookingPot.c

class ActionDrinkCookingPot: ActionDrink
{
	void ActionDrinkCookingPot()
	{
		m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
	}
};