fix oopsie
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user