forked from VoxeLibre/VoxeLibre
Right click shouldn't stop work and allow a reset of trades
This commit is contained in:
parent
5ff4ce7116
commit
2f4622909e
|
@ -1760,7 +1760,7 @@ mcl_mobs:register_mob("mobs_mc:villager", {
|
|||
--end)
|
||||
else
|
||||
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
|
||||
|
||||
-- Initiate trading
|
||||
|
|
Loading…
Reference in New Issue