update missing code
This commit is contained in:
@@ -40,10 +40,13 @@ public partial class CECHostPlayer
|
||||
switch (DataType)
|
||||
{
|
||||
case DATA_TYPE.DT_WEAPON_ESSENCE:
|
||||
var equip = (WEAPON_ESSENCE)equipData;
|
||||
BMLogger.Log($"ShowEquipments():: Weapon Essence: {equip.FileModelRight} -- {equip.FileModelLeft}");
|
||||
var weaponData = (WEAPON_ESSENCE)equipData;
|
||||
BMLogger.Log($"ShowEquipments():: Weapon Essence: {weaponData.FileModelRight} -- {weaponData.FileModelLeft}");
|
||||
break;
|
||||
case DATA_TYPE.DT_ARMOR_ESSENCE:
|
||||
var armorData = (ARMOR_ESSENCE)equipData;
|
||||
BMLogger.Log($"ShowEquipments():: Armor Essence: {armorData.RealName}");
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user