DIFF

ActionDrinkCan.c

class ActionDrinkCan: ActionDrink
{
	void ActionDrinkCan()
	{
		m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
		m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_DRINK;
		m_Text = "#drink";
	}
};