mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Right click shouldn't stop work and allow a reset of trades
This commit is contained in:
parent
5ff4ce7116
commit
2f4622909e
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ mcl_mobs:register_mob("mobs_mc:villager", {
|
||||||
--end)
|
--end)
|
||||||
else
|
else
|
||||||
self.state = "stand" -- cancel gowp in case it has messed up
|
self.state = "stand" -- cancel gowp in case it has messed up
|
||||||
self.order = nil -- cancel work if working
|
--self.order = nil -- cancel work if working
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Initiate trading
|
-- Initiate trading
|
||||||
|
|
Loading…
Reference in a new issue