mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-11 11:48:46 +01:00
Update classes to use DSM over CM
This commit is contained in:
@@ -438,7 +438,7 @@ public final class CombatUtils {
|
||||
return;
|
||||
}
|
||||
|
||||
target.setMetadata(MetadataConstants.CUSTOM_DAMAGE_METAKEY, mcMMO.metadataValue);
|
||||
target.setMetadata(MetadataConstants.CUSTOM_DAMAGE_METAKEY, MetadataConstants.metadataValue);
|
||||
target.damage(damage, attacker);
|
||||
|
||||
// //IFrame storage
|
||||
|
||||
Reference in New Issue
Block a user