mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-31 03:12:33 +02:00
Fix reset for night vision on drink milk
This commit is contained in:
@ -329,6 +329,7 @@ function mcl_potions._reset_player_effects(player)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if is_cat[player] then
|
if is_cat[player] then
|
||||||
|
player:override_day_night_ratio(nil)
|
||||||
is_cat[player] = nil
|
is_cat[player] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user