Fixed a Lua error in XLoot Group when joining a group on Burning Crusade and other
Classic clients, where the removed global GetLootMethod was called without a guard.
XLoot now reads the loot method through C_PartyInfo.GetLootMethod and falls back to the
old global. Thanks to Kai for the report.