small fix
This commit is contained in:
parent
7df98f7b35
commit
909f380825
@ -286,7 +286,7 @@ void PlayerController::updateInteraction(){
|
|||||||
}
|
}
|
||||||
if (def && rclick){
|
if (def && rclick){
|
||||||
if (!input.shift && target->rt.funcsset.oninteract) {
|
if (!input.shift && target->rt.funcsset.oninteract) {
|
||||||
if (!scripting::on_block_interact(player, target, x, y, z))
|
if (scripting::on_block_interact(player, target, x, y, z))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!target->replaceable){
|
if (!target->replaceable){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user