fix oopsie

This commit is contained in:
Exanthiax
2025-01-26 18:43:51 +00:00
parent 25de30142b
commit 0bcd688345

View File

@@ -95,7 +95,7 @@ class AntigriefHuskClaims : AntigriefIntegration {
when(victim) {
is Monster -> OperationType.PLAYER_DAMAGE_MONSTER
is Player -> OperationType.PLAYER_DAMAGE_PLAYER
else -> OperationType.PLACE_HANGING_ENTITY
else -> OperationType.PLAYER_DAMAGE_ENTITY
},
Position.at(
player.location.x,