mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-23 06:22:34 +01:00
Right click shouldn't stop work and allow a reset of trades
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user