feat(informer): add block info based on relative position for players

This commit is contained in:
jay 2021-05-11 17:59:26 +05:00
parent 2b7163bef3
commit 8276e68489

View File

@ -279,6 +279,11 @@ function command(message_parts, player) {
}
}
break
case "me":
if (message_parts[1] in RelativePosEnum) {
block(player, message_parts[1])
}
break
case "e":
case "entity":
default: